diff options
author | 2017-03-02 02:35:34 +0000 | |
---|---|---|
committer | 2017-03-02 02:35:34 +0000 | |
commit | 4bd50db263c8dd989e17fd7656bff4a3fc4a04a2 (patch) | |
tree | 73324d87aa86793a9a8ea241e4a5c7a3472de4e6 /puppet/services/monitoring | |
parent | 37b7c8eb47e02e207ff4c58384ebc40481dd9cda (diff) | |
parent | d968747826e4045db1ba277485172e9262d8ada3 (diff) |
Merge "Put service stop at step1 and quiesce at step2." into stable/ocata
Diffstat (limited to 'puppet/services/monitoring')
-rw-r--r-- | puppet/services/monitoring/sensu-client.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/monitoring/sensu-client.yaml b/puppet/services/monitoring/sensu-client.yaml index d74a68a2..c0826549 100644 --- a/puppet/services/monitoring/sensu-client.yaml +++ b/puppet/services/monitoring/sensu-client.yaml @@ -69,5 +69,5 @@ outputs: grep '\bactive\b' tags: step0,validation - name: Stop sensu-client service - tags: step2 + tags: step1 service: name=sensu-client state=stopped |