Skip to content

Instantly share code, notes, and snippets.

@j00bar
Created December 2, 2013 23:19
Show Gist options
  • Save j00bar/7760925 to your computer and use it in GitHub Desktop.
Save j00bar/7760925 to your computer and use it in GitHub Desktop.
config.vm.provision :puppet do |puppet|
puppet.manifests_path = "puppet/manifests"
puppet.manifest_file = "vagrant.pp"
puppet.facter = {
"dom0_uid" => Process.uid.to_s(),
"dom0_gid" => Process.gid.to_s(),
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment