Changes

User:Lucas/Gentoo Install Notes

138 bytes added, 18:37, 22 February 2014
* run puppet like so to find the first batch of stuff to fix: <code>puppet apply --environment=development --modulepath=/etc/puppet/environments/development/modules/:/etc/puppet/environments/development/manifests/ -e 'include ::role::puppet::master' --pluginsync --noop</code>
* let puppet rip: <code>puppet apply --environment=development --modulepath=/etc/puppet/environments/development/modules/:/etc/puppet/environments/development/manifests/ -e 'include ::role::puppet::master' --pluginsync </code>
* after running the last command until all the errors where fixed i can try to run in agent mode: <code>puppet agent --test --noop</code>
== TODOs ==
49
edits