From 1d2ab744195e749ee2d032f46da3deae90dd4c99 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 26 Jan 2013 10:09:54 -0200 Subject: Switching to parametrized classes --- manifests/cron.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/cron.pp') 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, -- cgit v1.2.3