From 9fc99902390aeb25430b829aa7c62a5fe3f952c9 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 14 Mar 2016 22:33:52 +0200 Subject: mirrorbrain: cron: fake mirror update: fix duplicate user --- modules/mirrorbrain/manifests/init.pp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/mirrorbrain/manifests') diff --git a/modules/mirrorbrain/manifests/init.pp b/modules/mirrorbrain/manifests/init.pp index ca5ceeea..5b9aa03f 100644 --- a/modules/mirrorbrain/manifests/init.pp +++ b/modules/mirrorbrain/manifests/init.pp @@ -81,7 +81,6 @@ class mirrorbrain { cron { 'fake mirror update': command => "/usr/bin/null-rsync rsync.mageia.org::mageia ${mb_repo}/", user => "$mb_user", - user => 'root', minute => 5 } -- cgit v1.2.1