Skip to content

Instantly share code, notes, and snippets.

@cmsimike
Created December 1, 2011 19:02
Show Gist options
  • Save cmsimike/1419026 to your computer and use it in GitHub Desktop.
Save cmsimike/1419026 to your computer and use it in GitHub Desktop.
+ config.vm.provision :puppet do |puppet|
+ puppet.manifests_path = "website/setup/manifests"
+ puppet.manifest_file = "lucid32.pp"
+ puppet.module_path = "website/setup/modules"
+ puppet.options = "--modulepath /tmp/vagrant-puppet/modules-0"# --verbose --debug"
+ end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment