diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-10 12:25:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-10 12:25:56 +0000 |
commit | 3a624e6fc169d80c0df1fefdb0da1d1946da2ad2 (patch) | |
tree | 124e724a2aeada8d99ca0665d38f527accc4567d | |
parent | f71c4c2e1db4d4da92547e3324c1ca2b2e941bce (diff) | |
parent | deb9b4cad5a59e650922067841604a4bc121c228 (diff) |
Merge "sensu: fix upgrade case when service is added"
-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 aba2b1ed..4b5f36ac 100644 --- a/puppet/services/monitoring/sensu-client.yaml +++ b/puppet/services/monitoring/sensu-client.yaml @@ -81,4 +81,4 @@ outputs: - name: Install sensu package if it was disabled tags: step3 yum: name=sensu state=latest - when: sensu_client.rc != 0 + when: sensu_client_enabled.rc != 0 |