diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-25 22:04:25 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-25 22:04:25 +0000 |
commit | 7552d4f7723b8ecbe296e443e0b5eb5ad13bf94a (patch) | |
tree | 4a02f6a32ad30854018d570429799006e9082bd9 /puppet | |
parent | 8f9f1fff97de9fde76a3e28ca4d5082486529bae (diff) | |
parent | 876105e68c649039cdbe8dfcba441eb334ffad8a (diff) |
Merge "sensu: fix upgrade case when service is added" into stable/ocata
Diffstat (limited to 'puppet')
-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 |