aboutsummaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-01-28 14:04:00 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-01-28 14:04:00 -0200
commit93ee664156c86145fd460c5ca7b96518a8eb4ecc (patch)
treead62e2e52415da9d42c04f7846e6223fab55ae38 /Vagrantfile
parenta44851cbe14d3a359692eac44a7aac0bad0daf4e (diff)
downloadpuppet-bootstrap-93ee664156c86145fd460c5ca7b96518a8eb4ecc.tar.gz
puppet-bootstrap-93ee664156c86145fd460c5ca7b96518a8eb4ecc.tar.bz2
Adding common hiera config
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