aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirrorbrain/manifests
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-03-14 22:33:52 +0200
committerThomas Backlund <tmb@mageia.org>2016-03-14 22:33:52 +0200
commit9fc99902390aeb25430b829aa7c62a5fe3f952c9 (patch)
treea097447fc46aa50e47f53ff8a36441a70c978874 /modules/mirrorbrain/manifests
parent915ee28189a010705a607b96e4d1d51cccdd457a (diff)
downloadpuppet-9fc99902390aeb25430b829aa7c62a5fe3f952c9.tar
puppet-9fc99902390aeb25430b829aa7c62a5fe3f952c9.tar.gz
puppet-9fc99902390aeb25430b829aa7c62a5fe3f952c9.tar.bz2
puppet-9fc99902390aeb25430b829aa7c62a5fe3f952c9.tar.xz
puppet-9fc99902390aeb25430b829aa7c62a5fe3f952c9.zip
mirrorbrain: cron: fake mirror update: fix duplicate user
Diffstat (limited to 'modules/mirrorbrain/manifests')
-rw-r--r--modules/mirrorbrain/manifests/init.pp1
1 files changed, 0 insertions, 1 deletions
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
}