From 92581cfacd3fe84109dce61faa333670d26b2f79 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 29 Jan 2011 10:27:49 -0200 Subject: Adding ekeyd support --- manifests/init.pp | 1 + manifests/physical.pp | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'manifests') 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 + } } -- cgit v1.2.3