]> gitweb.fluxo.info Git - puppet-ekeyd.git/commitdiff
undef content, as it is set before in the superclass
authormh <mh@immerda.ch>
Wed, 6 Jul 2011 23:08:45 +0000 (01:08 +0200)
committermh <mh@immerda.ch>
Wed, 6 Jul 2011 23:08:45 +0000 (01:08 +0200)
manifests/host/base.pp

index ec8525b31a88903aba2c232d3fe18fe2fc5eb177..a753c16e1c14c9fb16aa83aa0f6b84538552562f 100644 (file)
@@ -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']{