diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-24 15:19:24 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-24 15:19:24 -0200 |
commit | d51dd7f5188cf0607755164c6b8720278bb07066 (patch) | |
tree | ef5ea579b00bf99b3b1074a2719c8aa4878584e6 /Vagrantfile | |
parent | 9c009f903d06e63bf1987446aa2396b26382bcf3 (diff) | |
download | debian-d51dd7f5188cf0607755164c6b8720278bb07066.tar.gz debian-d51dd7f5188cf0607755164c6b8720278bb07066.tar.bz2 |
Adding debian.pp
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index 0ebd36e..b40b97a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,7 +10,7 @@ Vagrant::Config.run do |config| # Enable provisioning with Puppet stand alone. config.vm.provision :puppet do |puppet| - puppet.manifest_file = "bootstrap/vagrant.pp" + puppet.manifest_file = "bootstrap/debian.pp" puppet.manifests_path = "puppet/manifests" puppet.module_path = "puppet/modules" puppet.temp_dir = "/etc/puppet" |