Skip to content

Instantly share code, notes, and snippets.

@gildas
Created September 4, 2013 15:41
Show Gist options
  • Select an option

  • Save gildas/6438894 to your computer and use it in GitHub Desktop.

Select an option

Save gildas/6438894 to your computer and use it in GitHub Desktop.
Puppet in Vagrantfile
config.vm.provision :puppet do |puppet|
puppet.manifests_path = 'puppet/manifests'
puppet.manifest_file = 'site.pp'
puppet.module_path = 'puppet/modules'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment