diff options
author | Antoine Beaupre <anarcat@koumbit.org> | 2011-06-21 23:24:33 -0400 |
---|---|---|
committer | Antoine Beaupre <anarcat@koumbit.org> | 2011-06-21 23:24:33 -0400 |
commit | 02208c77ac7ebc7062d239f9c4873dcf96c906a6 (patch) | |
tree | 1d705aafefcff3a97f6837418f0f6866f3ca37f0 /manifests/init.pp | |
parent | 453dc24971e1004b38e499480704fc9c947eeece (diff) |
fix startup script pattern
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
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"], |