equal
deleted
inserted
replaced
89 # |
89 # |
90 config.vm.provision :puppet do |puppet| |
90 config.vm.provision :puppet do |puppet| |
91 puppet.manifests_path = "manifests" |
91 puppet.manifests_path = "manifests" |
92 puppet.manifest_file = "site.pp" |
92 puppet.manifest_file = "site.pp" |
93 puppet.module_path = "modules" |
93 puppet.module_path = "modules" |
94 puppet.options = "--hiera_config /vagrant/hiera.yaml " |
94 #puppet.options = "--hiera_config /vagrant/hiera.yaml --graph --graphdir '/vagrant/graphs' --noop" |
|
95 puppet.options = "--debug --verbose --hiera_config /vagrant/hiera.yaml" |
95 puppet.facter = { |
96 puppet.facter = { |
96 "vagrant_base_path" => File.dirname(__FILE__) |
97 "vagrant_base_path" => File.dirname(__FILE__) |
97 } |
98 } |
98 # puppet.options = "--debug --verbose --hiera_config /vagrant/hiera.yaml " |
99 # puppet.options = "--debug --verbose --hiera_config /vagrant/hiera.yaml " |
99 end |
100 end |