Skip to content

gextech/puppet-talk

Repository files navigation

puppet-talk

puppet-talk for gex

10.177.62.100

vagrant box add debian-wheezy http://169.254.187.171/~tomas/boxes/debian-wheezy-puppet.box

vagrant box add debian-wheezy-foreman http://169.254.187.171/~tomas/boxes/debian-wheezy-puppet-foreman.box

vagrant destroy vagrant up puppet apply java -version puppet apply --verbose --modulepath '/etc/puppet/modules:/puppet-src/modules' /puppet-src/init.pp --detailed-exitcodes || [ $? -eq 2 ]

vi /etc/puppet/puppet.conf

server = vagrant-debian-wheezy.vagrantup.com report = true pluginsync = true certname = agent.example.local puppet agent --test

on master ln -s /puppet-src/modules/ /etc/puppet/environments/production/modules puppet cert list puppet cert sign agent.example.local

vi /etc/hosts 10.177.62.203 puppet vagrant-debian-wheezy.vagrantup.com

10.177.62.146

About

puppet-talk for gex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published