summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorAntoine Beaupre <anarcat@koumbit.org>2011-06-21 23:24:33 -0400
committerAntoine Beaupre <anarcat@koumbit.org>2011-06-21 23:24:33 -0400
commit02208c77ac7ebc7062d239f9c4873dcf96c906a6 (patch)
tree1d705aafefcff3a97f6837418f0f6866f3ca37f0 /manifests
parent453dc24971e1004b38e499480704fc9c947eeece (diff)
fix startup script pattern
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 2c6b09c..f7f0a34 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -158,7 +158,7 @@ class reprepro::inotify inherits reprepro {
}
service { "reprepro":
ensure => "running",
- pattern => "/inoticoming.*reprepro.*processincoming/",
+ pattern => "inoticoming.*reprepro.*processincoming",
hasstatus => false,
require => [File["/etc/default/reprepro"],
Exec["reprepro_init_script"],