From 8e2b45f1e45988652c2cc117b95292bf569f94ca Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 30 Jun 2011 20:44:37 -0300 Subject: Updating to recent ekeyd module --- manifests/physical.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/physical.pp') 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, + } } } -- cgit v1.2.3