Skip to content

Instantly share code, notes, and snippets.

@kerin
Created January 22, 2013 13:48
Show Gist options
  • Save kerin/4594761 to your computer and use it in GitHub Desktop.
Save kerin/4594761 to your computer and use it in GitHub Desktop.
web_config.vm.provision :puppet, :options => "--verbose --debug" do |web_puppet|
web_puppet.module_path = "puppet/modules"
web_puppet.manifests_path = "puppet/manifests"
web_puppet.manifest_file = "web.pp"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment