From: Silvio Rhatto Date: Fri, 1 Jul 2011 00:13:45 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3b5b4163d075393005d95e0b72f47c8025a86807;p=puppet-ekeyd.git Minor fix --- diff --git a/files/debian/default b/files/debian/default index 8ce76c3..f2ddd07 100644 --- a/files/debian/default +++ b/files/debian/default @@ -1,5 +1,4 @@ -# THIS FILE MANAGED BY PUPPET +# THIS FILE IS MANAGED BY PUPPET # Change to NO to prevent ekeyd starting on boot START_EKEYD=YES - diff --git a/manifests/debian.pp b/manifests/debian.pp index 8a2e911..5f3f061 100644 --- a/manifests/debian.pp +++ b/manifests/debian.pp @@ -14,7 +14,7 @@ class ekeyd::debian inherits ekeyd::base { } Service["ekeyd"] { - subscribe => [ File["/etc/default/ekeyd"], File["/etc/entropykey/ekeyd.conf"] ]; + subscribe => [ File["/etc/default/ekeyd"], File["/etc/entropykey/ekeyd.conf"] ], pattern => '/usr/sbin/ekeyd', hasrestart => true, }