aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/physical.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp
index 91bbce2..95f863d 100644
--- a/manifests/physical.pp
+++ b/manifests/physical.pp
@@ -66,6 +66,8 @@ class nodo::physical inherits nodo {
# Entropy key
if $ekey_masterkey != '' {
- include ekeyd
+ class { "ekeyd":
+ ekeyd_masterkey => $ekey_masterkey,
+ }
}
}