Is there a puppet cheat sheet out there? [closed]

Solution 1:

You can make one yourself on the fly (2.6.x syntax)

puppet doc -r type -- generates type reference

puppet doc -r function -- generates function reference

etc.

That way it's easily grep-able and accurately reflects the version you have installed.

Solution 2:

There isn't one. But there's going to be soon!

A draft of the text is at http://projects.puppetlabs.com/projects/puppet/wiki/Core_Types_Cheat_Sheet; is there anything missing from there that you'd like to see added? (Keeping in mind that there'll likely be a second cheat sheet with a rough guide to the language syntax; this is only about the core resource types.)

(Also, there's a proof-of-concept double-sided PDF available over at the issue ticket about this.)

Yes, there is!