aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp1
-rw-r--r--manifests/physical.pp5
2 files changed, 6 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 94a6ac1..657efa3 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -41,6 +41,7 @@ import "autossh"
import "nagios"
import "mail"
import "shorewall"
+import "ekeyd"
# Import subsystems
import "subsystems/firewall.pp"
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
+ }
}