summaryrefslogtreecommitdiff
path: root/manifests/cron.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-26 10:09:54 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-26 10:09:54 -0200
commit1d2ab744195e749ee2d032f46da3deae90dd4c99 (patch)
treef531119dd30e632eab1d953751d9a32357c1d829 /manifests/cron.pp
parent2dbc1e9b41f12cbbe1ea7f4dd71f831fb787be8b (diff)
downloadpuppet-reprepro-1d2ab744195e749ee2d032f46da3deae90dd4c99.tar.gz
puppet-reprepro-1d2ab744195e749ee2d032f46da3deae90dd4c99.tar.bz2
Switching to parametrized classes
Diffstat (limited to 'manifests/cron.pp')
-rw-r--r--manifests/cron.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cron.pp b/manifests/cron.pp
index 1fae59e..afaaa90 100644
--- a/manifests/cron.pp
+++ b/manifests/cron.pp
@@ -1,4 +1,4 @@
-class reprepro::cron inherits reprepro {
+class reprepro::cron {
cron { reprepro:
command => "/usr/bin/reprepro --silent -b $basedir processincoming incoming",
user => reprepro,