summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-06-30 21:13:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-06-30 21:13:45 -0300
commit3b5b4163d075393005d95e0b72f47c8025a86807 (patch)
treed3fd2ea32fc5d9fe083ceb4a5367232f30e363ab /manifests
parent110c37f7d1c315c67b267fa52839fbf8be4e4520 (diff)
downloadpuppet-ekeyd-3b5b4163d075393005d95e0b72f47c8025a86807.tar.gz
puppet-ekeyd-3b5b4163d075393005d95e0b72f47c8025a86807.tar.bz2
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r--manifests/debian.pp2
1 files changed, 1 insertions, 1 deletions
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,
}