summaryrefslogtreecommitdiff
path: root/hot/software-config/elements/heat-config-puppet/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'hot/software-config/elements/heat-config-puppet/README.rst')
-rw-r--r--hot/software-config/elements/heat-config-puppet/README.rst16
1 files changed, 0 insertions, 16 deletions
diff --git a/hot/software-config/elements/heat-config-puppet/README.rst b/hot/software-config/elements/heat-config-puppet/README.rst
deleted file mode 100644
index 58fa59e..0000000
--- a/hot/software-config/elements/heat-config-puppet/README.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-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