From c6eac76d3dcfeef6a228098c44f920219b9de3dd Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 7 Jul 2011 01:08:45 +0200 Subject: undef content, as it is set before in the superclass --- manifests/host/base.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/host/base.pp b/manifests/host/base.pp index ec8525b..a753c16 100644 --- a/manifests/host/base.pp +++ b/manifests/host/base.pp @@ -5,6 +5,7 @@ class ekeyd::host::base inherits ekeyd::base { File['/etc/entropykey/ekeyd.conf']{ source => 'puppet:///modules/ekeyd/ekeyd.conf.daemon', + content => undef, } Service['ekeyd']{ -- cgit v1.2.3