]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Updating to recent ekeyd module
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 30 Jun 2011 23:44:37 +0000 (20:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 30 Jun 2011 23:44:37 +0000 (20:44 -0300)
manifests/physical.pp

index 91bbce21365c12409b0d65fbf7b3338f4cabf7c1..95f863d0bad159befb2ab3c866e7605c2b08d70a 100644 (file)
@@ -66,6 +66,8 @@ class nodo::physical inherits nodo {
 
   # Entropy key
   if $ekey_masterkey != '' {
-    include ekeyd
+    class { "ekeyd":
+      ekeyd_masterkey => $ekey_masterkey,
+    }
   }
 }