From 7c12520c65f4efc6342a77eb208772c1be006286 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 23 Feb 2016 13:05:49 +0100 Subject: Add hiera.yaml so vagrant provision doesn't complain about it missing Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Vagrantfile') 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" -- cgit v1.2.3