X-Git-Url: https://git.ucc.asn.au/?p=uccvend-vagrant.git;a=blobdiff_plain;f=Vagrantfile;h=f45d3eb516f4ee9de683af00fc13fcbf633f961d;hp=841e945abe1e51f89d6c94f339fcaa3267bfd202;hb=367d8d975dfeb5df84e9d7091a47e113602c27f7;hpb=5ff8887623e8d31a4482c3a99292a8bfaa365f47 diff --git a/Vagrantfile b/Vagrantfile index 841e945..f45d3eb 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -74,16 +74,16 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # # } # - #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