diff options
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile index 43f3ab15..3654b69e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,6 +25,7 @@ Vagrant.configure("2") do |box| puppet.module_path = "./puppet/modules" puppet.manifest_file = "install-platform.pp" puppet.options = "--verbose" + puppet.hiera_config_path = "hiera.yaml" end config.vm.provision "shell", path: "vagrant/configure-leap.sh" config.ssh.username = "vagrant" |