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 --graph --graphdir '/vagrant/graphs' --noop" |
94 puppet.options = "--hiera_config /vagrant/hiera.yaml" |
95 puppet.options = "--debug --verbose --hiera_config /vagrant/hiera.yaml" |
|
96 puppet.facter = { |
95 puppet.facter = { |
97 "vagrant_base_path" => File.dirname(__FILE__) |
96 "vagrant_base_path" => File.dirname(__FILE__) |
98 } |
97 } |
99 # puppet.options = "--debug --verbose --hiera_config /vagrant/hiera.yaml " |
98 # puppet.options = "--debug --verbose --hiera_config /vagrant/hiera.yaml --graph --graphdir '/vagrant/graphs' --noop" |
|
99 |
100 end |
100 end |
101 |
101 |
102 # Enable provisioning with chef solo, specifying a cookbooks path, roles |
102 # Enable provisioning with chef solo, specifying a cookbooks path, roles |
103 # path, and data_bags path (all relative to this Vagrantfile), and adding |
103 # path, and data_bags path (all relative to this Vagrantfile), and adding |
104 # some recipes and/or roles. |
104 # some recipes and/or roles. |