aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/controller-config.yaml
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2016-09-21 14:53:27 +0100
committerEmilien Macchi <emilien@redhat.com>2016-09-21 15:45:56 +0000
commit18313fe3ce0186352e20ea0c5b2caa0258df1068 (patch)
tree093d46b87228fe5e54107dd707d445e8ea81e341 /puppet/controller-config.yaml
parent1e723337029b8ea77f12dd2d75a4a426570f1c63 (diff)
Define step input as a Number type
Currently we pass numbers in (hard-coded in post.j2.yaml) but the SoftwareConfig schema defaults to String. If puppet requires an integer number, setting this type may help preserve the type for the hook. Change-Id: Ie9227d7adb58ea3c791aa459a1ab5b17ad935919
Diffstat (limited to 'puppet/controller-config.yaml')
-rw-r--r--puppet/controller-config.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/controller-config.yaml b/puppet/controller-config.yaml
index 811c544d..99c7b26e 100644
--- a/puppet/controller-config.yaml
+++ b/puppet/controller-config.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:
- ''