From 18313fe3ce0186352e20ea0c5b2caa0258df1068 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Wed, 21 Sep 2016 14:53:27 +0100 Subject: 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 --- puppet/blockstorage-config.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'puppet/blockstorage-config.yaml') diff --git a/puppet/blockstorage-config.yaml b/puppet/blockstorage-config.yaml index 9b31b448..e455c4cb 100644 --- a/puppet/blockstorage-config.yaml +++ b/puppet/blockstorage-config.yaml @@ -24,6 +24,9 @@ resources: enable_hiera: True enable_facter: False modulepath: /etc/puppet/modules:/opt/stack/puppet-modules:/usr/share/openstack-puppet/modules + inputs: + - name: step + type: Number outputs: - name: result config: -- cgit 1.2.3-korg