Guest User

Untitled

a guest
Oct 18th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. $ curl -O http://apt.puppetlabs.com/puppetlabs-release-pc1-trusty.deb
  2. $ dpkg -i puppetlabs-release-pc1-trusty.deb
  3. $ apt-get update
  4. $ apt-get install puppet-agent
  5.  
  6. $ wget -O - https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet_agent.sh | sudo sh
  7.  
  8. $ curl -O http://apt.puppetlabs.com/puppet5-release-trusty.deb
  9. $ dpkg -i puppet5-release-trusty.deb
  10. $ apt-get update
  11. $ apt-get install puppet-agent
  12.  
  13. $ wget -O - https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet_5_agent.sh | sudo sh
Add Comment
Please, Sign In to add comment