summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-07-07 01:00:03 +0200
committermh <mh@immerda.ch>2011-07-07 01:00:03 +0200
commit7ff1a3c8dbf7b4d6e23656f6ea5f94f20d977615 (patch)
treeca8c8b0e32ed933e33b9090b2eecc0b9ec7df92f
parent9c4d6718fd86d306ddbe662508552d6639b9017d (diff)
downloadpuppet-ekeyd-7ff1a3c8dbf7b4d6e23656f6ea5f94f20d977615.tar.gz
puppet-ekeyd-7ff1a3c8dbf7b4d6e23656f6ea5f94f20d977615.tar.bz2
fix typo
-rw-r--r--manifests/egd/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/egd/debian.pp b/manifests/egd/debian.pp
index f682216..05cd0ca 100644
--- a/manifests/egd/debian.pp
+++ b/manifests/egd/debian.pp
@@ -14,7 +14,7 @@ class ekeyd::egd::debian inherits ekeyd::egd {
ensure => running,
hasrestart => true,
pattern => '/usr/sbin/ekeyd-egd-linux',
- subscribe => File["/etc/default/ekeyd-egd-linux"];
+ subscribe => File["/etc/default/ekeyd-egd-linux"],
}
file { "/etc/default/ekeyd-egd-linux":