Last active
May 22, 2017 13:39
Revisions
-
danhart revised this gist
May 22, 2017 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,10 +2,10 @@ # https://github.com/puppetlabs/r10k/blob/master/doc/dynamic-environments/quickstart.mkd#configure-puppet-code-repository wget http://apt.puppetlabs.com/puppetlabs-release-pc1-xenial.deb sudo dpkg -i puppetlabs-release-pc1-xenial.deb sudo apt-get update && sudo apt-get install puppet-agent cd /etc/puppetlabs/code/environments/production && sudo rm -rf * git clone <your-repo> . sudo /opt/puppetlabs/puppet/bin/gem install r10k", sudo /opt/puppetlabs/puppet/bin/r10k puppetfile install sudo puppet apply -t site.pp -
danhart created this gist
May 22, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # See here for how to create your Puppet 4 repo # https://github.com/puppetlabs/r10k/blob/master/doc/dynamic-environments/quickstart.mkd#configure-puppet-code-repository wget http://apt.puppetlabs.com/puppetlabs-release-pc1-xenial.deb dpkg -i puppetlabs-release-pc1-xenial.deb apt-get update && apt-get install puppet-agent cd /etc/puppetlabs/code/environments/production && rm -rf * git clone <your-repo> . /opt/puppetlabs/puppet/bin/gem install r10k", /opt/puppetlabs/puppet/bin/r10k puppetfile install puppet apply -t site.pp