Guest User

Untitled

a guest
Oct 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. Running `puppet master --compile` on your laptop.
  2. ---
  3.  
  4. This is all highly sketchy. No, really. It's a pile of hacks. IMPROVE ME.
  5.  
  6. 1. copy the below puppet.conf to ~/.puppet and configure it accordingly
  7. 1. copy all of the gathered fact data off a master so you have data to compile against. So /var/lib/puppet/ to ~/.puppet/var . This is a hack.
  8. 1. In the root of your modules, `export RUBYLIB=\`find . -name lib | xargs echo | sed -e 's/ /:/g'\`` so the puppet master can autoload all the things.
  9. 1. You might need to nuke the iptables providers. Add the below hack provider.
  10. 1. Run `puppet master --confdir /Users/YOURUSERNAME/.puppet --compile metis.puppetlabs.lan`
  11. 1. ???
  12. 1. PROFIT!
Add Comment
Please, Sign In to add comment