diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-06-30 20:44:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-06-30 20:44:37 -0300 |
commit | 8e2b45f1e45988652c2cc117b95292bf569f94ca (patch) | |
tree | 2dcb12c7cdbf0e8d78ebe7f1eebe3c5f0419c9af | |
parent | 6a3044cd1b77a4fdd6b7c0eaa5d780f589e708ec (diff) | |
download | puppet-nodo-8e2b45f1e45988652c2cc117b95292bf569f94ca.tar.gz puppet-nodo-8e2b45f1e45988652c2cc117b95292bf569f94ca.tar.bz2 |
Updating to recent ekeyd module
-rw-r--r-- | manifests/physical.pp | 4 |
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, + } } } |