How to install Puppet
This is step by step how you will install Puppet to your Xubuntu 12.04.03. What is Puppet? Update your packages and install Puppet $ sudo apt-get update && sudo apt-get -y install puppet Test if Puppet works. One line command to Puppet. $ puppet apply -e ‘file { “/tmp/helloPuppet”: content => “Hello World!\n” }’ notice:…