diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-19 16:31:14 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-19 16:31:14 -0200 |
commit | 91477be1db80bd38ccc03ab38487e69dcad30b86 (patch) | |
tree | fd9e4531893198d61b144b4bd32b3b6419070450 | |
parent | 381096e64ccb3ceb59a3f2ffb8643298ec20452d (diff) | |
download | puppet-bootstrap-91477be1db80bd38ccc03ab38487e69dcad30b86.tar.gz puppet-bootstrap-91477be1db80bd38ccc03ab38487e69dcad30b86.tar.bz2 |
Use settings::confdir on hiera datadir
-rw-r--r-- | hiera/hiera.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hiera/hiera.yaml b/hiera/hiera.yaml index 6fe5cae..8ba1c30 100644 --- a/hiera/hiera.yaml +++ b/hiera/hiera.yaml @@ -8,7 +8,7 @@ # reconsidered in the future. # # See http://docs.vagrantup.com/v2/provisioning/puppet_apply.html - :datadir: hiera + :datadir: '%{settings::confdir}/hiera' :hierarchy: # # Put in the secrets folder all sensitive information that |