diff options
-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']{ |