From 22ab4a6674844f85262a871dbb30d1985881a6b4 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 7 Oct 2016 15:12:58 -0400 Subject: 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 --- puppet/controller-config-pacemaker.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'puppet/controller-config-pacemaker.yaml') 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: - '' -- cgit 1.2.3-korg