diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-01-28 14:04:00 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-01-28 14:04:00 -0200 |
commit | 93ee664156c86145fd460c5ca7b96518a8eb4ecc (patch) | |
tree | ad62e2e52415da9d42c04f7846e6223fab55ae38 /Vagrantfile | |
parent | a44851cbe14d3a359692eac44a7aac0bad0daf4e (diff) | |
download | puppet-bootstrap-93ee664156c86145fd460c5ca7b96518a8eb4ecc.tar.gz puppet-bootstrap-93ee664156c86145fd460c5ca7b96518a8eb4ecc.tar.bz2 |
Adding common hiera config
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 3 |
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 |