diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-10 18:26:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-10 18:26:15 -0300 |
commit | 43816c7124d1e54987886bcbdfa39658ad47a8f8 (patch) | |
tree | f6973749969f9aea2b92075b2dcb64bbf422c9f0 /Vagrantfile | |
parent | 1932d55135d40def1f15acb284a254bf653e5b5c (diff) | |
download | puppet-bootstrap-43816c7124d1e54987886bcbdfa39658ad47a8f8.tar.gz puppet-bootstrap-43816c7124d1e54987886bcbdfa39658ad47a8f8.tar.bz2 |
Vagrantfile minor edit
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index 5250405..87e46e5 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -13,9 +13,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| puppet.manifest_file = "bootstrap/vagrant.pp" puppet.manifests_path = "puppet/manifests" puppet.module_path = "puppet/modules" + puppet.hiera_config_path = "puppet/hiera.yaml" puppet.temp_dir = "/etc/puppet" puppet.working_directory = "/etc/puppet" - puppet.hiera_config_path = "puppet/hiera.yaml" end # Share hiera configuration. |