aboutsummaryrefslogtreecommitdiff
path: root/manifests/physical.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-06-30 20:44:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-06-30 20:44:37 -0300
commit8e2b45f1e45988652c2cc117b95292bf569f94ca (patch)
tree2dcb12c7cdbf0e8d78ebe7f1eebe3c5f0419c9af /manifests/physical.pp
parent6a3044cd1b77a4fdd6b7c0eaa5d780f589e708ec (diff)
downloadpuppet-nodo-8e2b45f1e45988652c2cc117b95292bf569f94ca.tar.gz
puppet-nodo-8e2b45f1e45988652c2cc117b95292bf569f94ca.tar.bz2
Updating to recent ekeyd module
Diffstat (limited to 'manifests/physical.pp')
-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,
+ }
}
}