Vagrant+Puppet puppet.module_path not working
问题 So I have my Vagrant file set up like this: VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "hashicorp/precise64" config.vm.provision "puppet" do |puppet| puppet.manifests_path = "manifests" puppet.manifest_file = "site.pp" puppet.module_path = "modules" puppet.options = "--verbose --debug" end end Now when I vagrant ssh into my VM and then run puppet module install puppetlabs-apache , i get the following error: Error: Could not install