Difference between revisions of "Puppet"
Jump to navigation
Jump to search
(Created page with "== Misc Links (2.7) == * [http://docs.puppetlabs.com/guides/troubleshooting.html Puppet Troubleshooting Guide] * [http://docs.puppetlabs.com/references/2.7.latest/type.html Pu...") |
|||
Line 1: | Line 1: | ||
== Misc Links (2.7) == | == Misc Links (2.7) == | ||
+ | * [http://docs.puppetlabs.com/guides/techniques.html Puppet Techniques] | ||
* [http://docs.puppetlabs.com/guides/troubleshooting.html Puppet Troubleshooting Guide] | * [http://docs.puppetlabs.com/guides/troubleshooting.html Puppet Troubleshooting Guide] | ||
* [http://docs.puppetlabs.com/references/2.7.latest/type.html Puppet type reference] | * [http://docs.puppetlabs.com/references/2.7.latest/type.html Puppet type reference] | ||
* [http://docs.puppetlabs.com/references/2.7.latest/function.html Puppet function reference] | * [http://docs.puppetlabs.com/references/2.7.latest/function.html Puppet function reference] | ||
− | * [http://docs.puppetlabs.com/references/2.7.latest/configuration.html Puppet | + | * [http://docs.puppetlabs.com/references/2.7.latest/configuration.html Puppet configuration reference] |
* [http://docs.puppetlabs.com/puppet/2.7/reference/lang_summary.html Puppet 2.7 language reference manual] | * [http://docs.puppetlabs.com/puppet/2.7/reference/lang_summary.html Puppet 2.7 language reference manual] | ||
* [http://www.devco.net/archives/2009/08/19/tips_and_tricks_for_puppet_debugging.php Tips & Tricks for Puppet Debugging] | * [http://www.devco.net/archives/2009/08/19/tips_and_tricks_for_puppet_debugging.php Tips & Tricks for Puppet Debugging] |
Latest revision as of 09:36, 11 January 2013
Misc Links (2.7)
- Puppet Techniques
- Puppet Troubleshooting Guide
- Puppet type reference
- Puppet function reference
- Puppet configuration reference
- Puppet 2.7 language reference manual
- Tips & Tricks for Puppet Debugging
Notable Hints
--parseonly
$ puppet --parseonly test.pp err: Could not parse for environment production: Unclosed quote after in 'Hello world from puppet!) ' at /home/rip/test.pp:1
No-Op testing
$ puppetd -test -noop