aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mgasoft
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-02-18 17:17:13 +0000
committerMichael Scherer <misc@mageia.org>2012-02-18 17:17:13 +0000
commit296c7c2ac430ea5ae21b90fe5e164b0e96f1fdd9 (patch)
treea9c570faec7b8d87509d0b84b070116ad6e6c3cf /modules/mgasoft
parente1c05f96c54b04188928728c583e160134aa4080 (diff)
downloadpuppet-296c7c2ac430ea5ae21b90fe5e164b0e96f1fdd9.tar
puppet-296c7c2ac430ea5ae21b90fe5e164b0e96f1fdd9.tar.gz
puppet-296c7c2ac430ea5ae21b90fe5e164b0e96f1fdd9.tar.bz2
puppet-296c7c2ac430ea5ae21b90fe5e164b0e96f1fdd9.tar.xz
puppet-296c7c2ac430ea5ae21b90fe5e164b0e96f1fdd9.zip
add missing requires, cron would run before the user creation
Diffstat (limited to 'modules/mgasoft')
-rw-r--r--modules/mgasoft/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mgasoft/manifests/init.pp b/modules/mgasoft/manifests/init.pp
index 001b5a0b..67a39a18 100644
--- a/modules/mgasoft/manifests/init.pp
+++ b/modules/mgasoft/manifests/init.pp
@@ -40,5 +40,6 @@ class mgasoft(
command => '/usr/bin/mgasoft-publish',
user => $mgasoft_login,
minute => '*/5',
+ require => User[$mgasoft_login],
}
}