diff options
author | 2015-10-12 08:10:26 +0000 | |
---|---|---|
committer | 2015-10-12 08:10:26 +0000 | |
commit | 461b8b0ce8476990c790701cdea960e6a2d6826f (patch) | |
tree | a57526c35ff400c057d226e892274158047f314d /puppet/compute-post.yaml | |
parent | 9fed7785b036d8d60d35c64e4e0fc29fcb771284 (diff) | |
parent | 94822943c15aaec1c68c5e36dc667185c36f490d (diff) |
Merge "Allow enabling debug mode for config management (Puppet)"
Diffstat (limited to 'puppet/compute-post.yaml')
-rw-r--r-- | puppet/compute-post.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/compute-post.yaml b/puppet/compute-post.yaml index b4a6126b..b63b06b4 100644 --- a/puppet/compute-post.yaml +++ b/puppet/compute-post.yaml @@ -4,6 +4,10 @@ description: > OpenStack compute node post deployment for Puppet. parameters: + ConfigDebug: + default: false + description: Whether to run config management (e.g. Puppet) in debug mode. + type: boolean servers: type: json NodeConfigIdentifiers: @@ -17,6 +21,8 @@ resources: type: OS::Heat::SoftwareConfig properties: group: puppet + options: + enable_debug: {get_param: ConfigDebug} outputs: - name: result config: |