Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. config.vm.provision :puppet do |puppet|
  2. puppet.module_path = "modules"
  3. puppet.manifests_path = "manifests"
  4. puppet.manifest_file = "site.pp"
  5. puppet.options = "--verbose --graph --graphdir '/tmp/vagrant-puppet-1/modules-0/graphs'"
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement