From 93ee664156c86145fd460c5ca7b96518a8eb4ecc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 28 Jan 2014 14:04:00 -0200 Subject: Adding common hiera config --- Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index ecf1c91..a1cad3a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,4 +12,7 @@ Vagrant::Config.run do |config| puppet.module_path = "puppet/modules" puppet.pp_path = "/etc/puppet" end + + # Share hiera configuration. + config.vm.share_folder "hiera", "/etc/puppet/hiera", "puppet/hiera", create: true end -- cgit v1.2.3