diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-04 11:55:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-04 11:55:42 -0300 |
commit | dad616343a9a8fcaec4b25a87c66a3ae725a11f1 (patch) | |
tree | b24d40a90107651bf91ee4cddf5526c79118b82d /hiera | |
parent | 71e2d679d6757b9f7b6680468c4c6d6e3c42dcc6 (diff) | |
download | puppet-bootstrap-dad616343a9a8fcaec4b25a87c66a3ae725a11f1.tar.gz puppet-bootstrap-dad616343a9a8fcaec4b25a87c66a3ae725a11f1.tar.bz2 |
Hiera suport at config target
Diffstat (limited to 'hiera')
-rw-r--r-- | hiera/common.yaml | 5 | ||||
-rw-r--r-- | hiera/hiera.yaml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/hiera/common.yaml b/hiera/common.yaml index 5db8905..e3fe862 100644 --- a/hiera/common.yaml +++ b/hiera/common.yaml @@ -1,5 +1,10 @@ --- # +# Boostrap +# +bootstrap::base_domain: 'vagrantup.com' + +# # General # nodo::subsystem::apt::include_src: false diff --git a/hiera/hiera.yaml b/hiera/hiera.yaml index f5bc512..d22acc0 100644 --- a/hiera/hiera.yaml +++ b/hiera/hiera.yaml @@ -2,7 +2,7 @@ :backends: - yaml :yaml: - :datadir: /etc/puppet/hiera + :datadir: hiera :hierarchy: - '%{::environment}/domain/%{::domain}/node/%{::clientcert}' - '%{::environment}/domain/%{::domain}/role/%{::role}' |