]> gitweb.fluxo.info Git - puppet-ekeyd.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 1 Jul 2011 00:13:45 +0000 (21:13 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 1 Jul 2011 00:13:45 +0000 (21:13 -0300)
files/debian/default
manifests/debian.pp

index 8ce76c3e101dc17b6ca388188ba09e4aad3903d6..f2ddd07983495b3a445656fe456b591cbb1d66db 100644 (file)
@@ -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
-
index 8a2e9116d657b8fd9416cfafae89ed8d2971c6ab..5f3f061b07feabf6642c9c52f402fb1679cd9bbf 100644 (file)
@@ -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,
   }