Getting started with Puppet

Posted Almost 13 years ago. Visible to the public.

When you simply want to get to know Puppet, follow puppetlabs’ Learning Puppet Docs Show archive.org snapshot . They give you a handy introduction inside a virtual machine they provide. You can watch the talk by Garrett Honeycutt 'Expanded Introduction to Puppet' Show archive.org snapshot .

Do not miss their cheatsheat Show archive.org snapshot and their learn-puppet virtual machine Show archive.org snapshot .

#Installation and basic configuration

#Important

  • sudo all the time! If you connect an agent to the puppetmaster once without using sudo and later try to connect using sudo, you won’t be able because the certificate does not match the private key. Delete all certificates for this agent on the puppetmaster and remove the agent’s ~/.puppet/ssh; now connect again using sudo.
Dominik Schöler
Last edit
Over 11 years ago
Keywords
configuration, management
License
Source code in this card is licensed under the MIT License.
Posted by Dominik Schöler to makandra dev (2011-05-12 10:11)