From: Silvio Rhatto Date: Fri, 25 Jan 2013 01:05:19 +0000 (-0200) Subject: Getting ekeyd config from hiera X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=15973911ef2fe2b9bd836396bfd0b5ce6e109f7a;p=puppet-nodo.git Getting ekeyd config from hiera --- 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,