# # }
#
- #config.vm.provision :puppet do |puppet|
+ config.vm.provision :puppet do |puppet|
#puppet.facter = {
# "kiosk_url" => "http://map.ipviking.com/",
#}
- # puppet.manifests_path = "puppet/manifests"
+ puppet.manifests_path = "puppet/manifests"
- # puppet.module_path = "puppet/modules"
- # puppet.manifest_file = "init.pp"
- # puppet.options = "--verbose --debug"
- #end
+ puppet.module_path = "puppet/modules"
+ puppet.manifest_file = "init.pp"
+ puppet.options = "--verbose --debug"
+ end
end