From: Silvio Rhatto Date: Sat, 29 Jan 2011 12:27:49 +0000 (-0200) Subject: Adding ekeyd support X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=92581cfacd3fe84109dce61faa333670d26b2f79;p=puppet-nodo.git Adding ekeyd support --- diff --git a/manifests/init.pp b/manifests/init.pp index 94a6ac1..657efa3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -41,6 +41,7 @@ import "autossh" import "nagios" import "mail" import "shorewall" +import "ekeyd" # Import subsystems import "subsystems/firewall.pp" diff --git a/manifests/physical.pp b/manifests/physical.pp index fa58884..91bbce2 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -63,4 +63,9 @@ class nodo::physical inherits nodo { ensure => directory, mode => 0755, } + + # Entropy key + if $ekey_masterkey != '' { + include ekeyd + } }