summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-07-07 01:08:45 +0200
committermh <mh@immerda.ch>2011-07-07 01:08:45 +0200
commitc6eac76d3dcfeef6a228098c44f920219b9de3dd (patch)
tree132e99a462e9e1e6ba1b1b118822a15c557036c6
parent2ebaf46b3d9eac85aedfe7dac0b380a9a4d6f9a8 (diff)
downloadpuppet-ekeyd-c6eac76d3dcfeef6a228098c44f920219b9de3dd.tar.gz
puppet-ekeyd-c6eac76d3dcfeef6a228098c44f920219b9de3dd.tar.bz2
undef content, as it is set before in the superclass
-rw-r--r--manifests/host/base.pp1
1 files changed, 1 insertions, 0 deletions
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']{