diff options
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, |