Changes

User:Lucas/Gentoo Install Notes

178 bytes added, 21:06, 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 --noopserver=`hostname -f`</code>** i still need to figure out why the <code>--server</code> flag is needed at this stage, somehow the agent is consulting DNS rather than <code>/etc/hosts</code>
== TODOs ==
49
edits