-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bugfix] introduce new handler Restart sensu services (#11)
* [bugfix] introduce new handler Restart sensu services fixes #10 the handler is intended to be called when all sensu services should be restarted, such as when one of configuration files changes. * QA * [bugfix] restart sensu-client when patched * [bugfix] add `listen` to existing one instead of creating new one * add OpenBSD 6.1, update boxes * update meta
- Loading branch information
Tomoyuki Sakurai
authored
Oct 5, 2017
1 parent
74733d4
commit 9f0aecb
Showing
6 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
service: | ||
name: "{{ sensu_client_service }}" | ||
state: restarted | ||
listen: "Restart sensu services" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ galaxy_info: | |
- name: OpenBSD | ||
versions: | ||
- 6.0 | ||
- 6.1 | ||
- name: Ubuntu | ||
versions: | ||
- trusty | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters