From: mh Date: Wed, 6 Jul 2011 23:08:45 +0000 (+0200) Subject: undef content, as it is set before in the superclass X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c6eac76d3dcfeef6a228098c44f920219b9de3dd;p=puppet-ekeyd.git undef content, as it is set before in the superclass --- 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']{