diff options
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"], |