Created
May 24, 2012 09:50
-
-
Save nibalizer/2780516 to your computer and use it in GitHub Desktop.
debian/ubuntu puppet bootstrap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "comfiguring apt" | |
gpg --recv-key 4BD6EC30 | |
gpg --recv-key 4BD6EC30 | |
gpg -a --export 4BD6EC30 | sudo apt-key add - | |
echo '# puppetlabs' >> /etc/apt/sources.list | |
echo 'deb http://apt.puppetlabs.com precise main' >> /etc/apt/sources.list | |
echo 'deb-src http://apt.puppetlabs.com precise main' >> /etc/apt/sources.list | |
echo "aptitude update && aptitude upgrade" | |
aptitude update && aptitude upgrade | |
echo "aptitude install puppet" | |
aptitude install puppet | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment