diff options
author | mh <mh@immerda.ch> | 2011-07-07 01:08:45 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2011-07-07 01:08:45 +0200 |
commit | c6eac76d3dcfeef6a228098c44f920219b9de3dd (patch) | |
tree | 132e99a462e9e1e6ba1b1b118822a15c557036c6 /manifests/host | |
parent | 2ebaf46b3d9eac85aedfe7dac0b380a9a4d6f9a8 (diff) | |
download | puppet-ekeyd-c6eac76d3dcfeef6a228098c44f920219b9de3dd.tar.gz puppet-ekeyd-c6eac76d3dcfeef6a228098c44f920219b9de3dd.tar.bz2 |
undef content, as it is set before in the superclass
Diffstat (limited to 'manifests/host')
-rw-r--r-- | manifests/host/base.pp | 1 |
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']{ |