heat-agents/heat-config-puppet
Thomas Herve 25cd394bbe Add py3.5 support
Depends-On: Ibda89b467b461b8833515f50a0cf1cc3064cb917
Change-Id: I68ac61b7d1d0d180a7696ae2f0f75b1a4a969995
2017-07-17 13:43:43 +00:00
..
install.d Add py3.5 support 2017-07-17 13:43:43 +00:00
README.rst Move elements at the top level 2017-01-04 16:57:10 +01:00
element-deps Move elements at the top level 2017-01-04 16:57:10 +01:00

README.rst

A hook which invokes puppet apply on the provided configuration.

Config inputs are passed in as facts and/or using hiera, and output values are read from written-out files.

Hook Options:

use_facter: default True. Set to True to pass puppet inputs via Facter use_hiera: default False. Set to True to pass puppet inputs via Hiera modulepath: If set, puppet will use this filesystem path to load modules tags: If set, puppet will use the specified value(s) to apply only a subset of the catalog for a given manifest. enable_debug: default False. Set to True to run puppet apply in debug mode and have it captured on the node to /var/log/puppet/heat-debug.log enable_verbose: default False. Set to True to run puppet apply in verbose mode and have it captured on the node to /var/log/puppet/heat-verbose.log