diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 23:05:19 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 23:05:19 -0200 |
commit | 15973911ef2fe2b9bd836396bfd0b5ce6e109f7a (patch) | |
tree | 0dfd6dba67f9e1301d777d08411327c96d66ff33 /manifests | |
parent | 0d7e3bf5e5df2b71ec01028b50751d0759178c76 (diff) | |
download | puppet-nodo-15973911ef2fe2b9bd836396bfd0b5ce6e109f7a.tar.gz puppet-nodo-15973911ef2fe2b9bd836396bfd0b5ce6e109f7a.tar.bz2 |
Getting ekeyd config from hiera
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/physical.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp index 0d797fc..97e47a8 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -16,6 +16,7 @@ class nodo::physical inherits nodo::host { } # Entropy key + $ekey_masterkey = hiera('nodo::physical::ekey_masterkey', '') if $ekey_masterkey != '' { class { "ekeyd": ekeyd_masterkey => $ekey_masterkey, |