aboutsummaryrefslogtreecommitdiff
path: root/manifests/physical.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r--manifests/physical.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp
index fa58884..91bbce2 100644
--- a/manifests/physical.pp
+++ b/manifests/physical.pp
@@ -63,4 +63,9 @@ class nodo::physical inherits nodo {
ensure => directory,
mode => 0755,
}
+
+ # Entropy key
+ if $ekey_masterkey != '' {
+ include ekeyd
+ }
}