aboutsummaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile3
1 files changed, 3 insertions, 0 deletions
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