Skip to content

Instantly share code, notes, and snippets.

@snewman
Created August 22, 2011 15:08
Show Gist options
  • Save snewman/1162601 to your computer and use it in GitHub Desktop.
Save snewman/1162601 to your computer and use it in GitHub Desktop.
Devbox bootstrap
#!/bin/bash
# Edit /etc/sysconfig/network to change the hostname - keep the 'lmuk.local ending
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm
wget http://tmz.fedorapeople.org/repo/puppet/epel/puppet.repo -O /etc/yum.repos.d/puppet.repo
yum install -y puppet-2.6.6
yum install -y git
easy_install pycrypto==2.3
#git clone [email protected]:groupeaeroplanlondon/endeavor-accounts.git
#puppet --modulepath puppet/manifests/modules puppet/manifests/devbox.pp
mkdir /home/dev/.ssh
cp ~/.ssh/* /home/dev/.ssh
chown dev:dev /home/dev/.ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment