Skip to content

Instantly share code, notes, and snippets.

@martiell
martiell / gist:2036744
Created March 14, 2012 14:14
Vagrant/Puppet example from dcarley
config.vm.provision :puppet do |puppet|
puppet.manifests_path = "manifests"
puppet.manifest_file = "site.pp"
puppet.modules_path = "modules"
end
.
├── manifests
│ └── site.pp
├── modules