Skip to content

Instantly share code, notes, and snippets.

@sbilo
Last active September 11, 2017 06:56
Show Gist options
  • Save sbilo/a80ddb86212570f799063b9d0c3dc494 to your computer and use it in GitHub Desktop.
Save sbilo/a80ddb86212570f799063b9d0c3dc494 to your computer and use it in GitHub Desktop.
wget https://apt.puppetlabs.com/puppet5-release-xenial.deb
dpkg -i puppet5-release-xenial.deb
apt-get update
apt-get install puppet-agent r10k git -y
rm -rf /etc/puppetlabs/code/environments/production
git clone git@gitlab.com:sbilo/blueshift-control-repo.git /etc/puppetlabs/code/environments/production
cd /etc/puppetlabs/code/environments/production && /usr/bin/r10k puppetfile install
/opt/puppetlabs/bin/puppet apply manifests/site.pp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment