diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-08-03 15:42:28 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-08-03 15:43:31 -0400 |
commit | ae44f106be38fe5d073260e2edaa3126861d9e6f (patch) | |
tree | e57f357489cf4e786bed4614c0f558f147065e1b /doc/help | |
parent | 95b5cb0fe306b13ec9788f0e36f5ca02b31b5a79 (diff) | |
download | bcfg2-ae44f106be38fe5d073260e2edaa3126861d9e6f.tar.gz bcfg2-ae44f106be38fe5d073260e2edaa3126861d9e6f.tar.bz2 bcfg2-ae44f106be38fe5d073260e2edaa3126861d9e6f.zip |
added buildbundle command to bcfg2-info to render a bundle template
Diffstat (limited to 'doc/help')
-rw-r--r-- | doc/help/troubleshooting.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/help/troubleshooting.txt b/doc/help/troubleshooting.txt index cb68a02c5..b0eeca33e 100644 --- a/doc/help/troubleshooting.txt +++ b/doc/help/troubleshooting.txt @@ -71,6 +71,7 @@ operations * groups - Current group metadata values * mappings - Configuration entries provided by plugins * buildfile <filename> <hostname> - Build a config file for a client +* buildbundle <bundle> <hostname> - Render a templated bundle for a client * showentries <client> <type> - Build the abstract configuration (list of entries) for a client * build <hostname> <output-file> - Build the complete configuration |