aboutsummaryrefslogtreecommitdiff
path: root/manifests/physical.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-24 23:05:19 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-24 23:05:19 -0200
commit15973911ef2fe2b9bd836396bfd0b5ce6e109f7a (patch)
tree0dfd6dba67f9e1301d777d08411327c96d66ff33 /manifests/physical.pp
parent0d7e3bf5e5df2b71ec01028b50751d0759178c76 (diff)
downloadpuppet-nodo-15973911ef2fe2b9bd836396bfd0b5ce6e109f7a.tar.gz
puppet-nodo-15973911ef2fe2b9bd836396bfd0b5ce6e109f7a.tar.bz2
Getting ekeyd config from hiera
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r--manifests/physical.pp1
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,