summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/inotify.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/inotify.pp b/manifests/inotify.pp
index f3b8c62..45fcb7e 100644
--- a/manifests/inotify.pp
+++ b/manifests/inotify.pp
@@ -21,17 +21,11 @@ class reprepro::inotify inherits reprepro {
content => template('reprepro/inoticoming.default.erb'),
}
- exec { "reprepro_init_script":
- command => "/usr/sbin/update-rc.d reprepro defaults",
- unless => "/bin/ls /etc/rc3.d/ | /bin/grep reprepro",
- require => File["/etc/init.d/reprepro"],
- }
service { "reprepro":
ensure => "running",
pattern => "inoticoming.*reprepro.*processincoming",
hasstatus => false,
require => [File["/etc/default/reprepro"],
- Exec["reprepro_init_script"],
File["/etc/init.d/reprepro"] ],
}
}