From: Silvio Rhatto Date: Thu, 30 Jun 2011 23:44:37 +0000 (-0300) Subject: Updating to recent ekeyd module X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8e2b45f1e45988652c2cc117b95292bf569f94ca;p=puppet-nodo.git Updating to recent ekeyd module --- 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, + } } }