X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fcontroller-config.yaml;h=f85e1a9e711071b287eea5ceed21172880da1928;hb=e1484c6e2fc4052a51e07b9e1847777d57d2ccda;hp=34c68ba7b94fd6d48b99e32a8e764fc5d31af112;hpb=2c6ea075cf0eeeea5cc7cf6ea9b654c325096d32;p=apex-tripleo-heat-templates.git diff --git a/puppet/controller-config.yaml b/puppet/controller-config.yaml index 34c68ba7..f85e1a9e 100644 --- a/puppet/controller-config.yaml +++ b/puppet/controller-config.yaml @@ -1,8 +1,14 @@ -heat_template_version: 2014-10-16 +heat_template_version: 2015-04-30 description: > A software config which runs manifests/overcloud_controller.pp +parameters: + ConfigDebug: + default: false + description: Whether to run config management (e.g. Puppet) in debug mode. + type: boolean + resources: ControllerPuppetConfigImpl: @@ -10,6 +16,7 @@ resources: properties: group: puppet options: + enable_debug: {get_param: ConfigDebug} enable_hiera: True enable_facter: False outputs: