diff options
author | Dan Prince <dprince@redhat.com> | 2016-10-07 15:12:58 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2016-10-07 15:12:58 -0400 |
commit | 22ab4a6674844f85262a871dbb30d1985881a6b4 (patch) | |
tree | 57e41755b54c649da21ca75a0d4575033e4ae647 /puppet | |
parent | 521b8d418f4b1dd7a4fa65f92737caa03e60f6be (diff) |
Make step an integer on the pacemaker controller
This resolves the issue causing the 'step' hiera setting
to get written as a string (thus causing puppet failures)
on a pacemaker controller.
Change-Id: I70037889e499846460357928f8637a35ac97bc7a
Closes-bug: #1631488
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/controller-config-pacemaker.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/controller-config-pacemaker.yaml b/puppet/controller-config-pacemaker.yaml index b313f5de..24f31dc8 100644 --- a/puppet/controller-config-pacemaker.yaml +++ b/puppet/controller-config-pacemaker.yaml @@ -26,6 +26,9 @@ resources: modulepath: /etc/puppet/modules:/opt/stack/puppet-modules:/usr/share/openstack-puppet/modules outputs: - name: result + inputs: + - name: step + type: Number config: list_join: - '' |