diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-02-06 00:15:20 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-02-06 00:15:20 +0000 |
commit | 74271d85d71c5e9e5f54d77064d47a55e2e37dea (patch) | |
tree | 858eeee2508ab4f1ff3ef1ec680fe0964b604de4 /modules/mgasoft/manifests | |
parent | b017211c6a472e10e21ef453810e7c581b5b7b56 (diff) | |
download | puppet-74271d85d71c5e9e5f54d77064d47a55e2e37dea.tar puppet-74271d85d71c5e9e5f54d77064d47a55e2e37dea.tar.gz puppet-74271d85d71c5e9e5f54d77064d47a55e2e37dea.tar.bz2 puppet-74271d85d71c5e9e5f54d77064d47a55e2e37dea.tar.xz puppet-74271d85d71c5e9e5f54d77064d47a55e2e37dea.zip |
add mgasoft-publish cron
Diffstat (limited to 'modules/mgasoft/manifests')
-rw-r--r-- | modules/mgasoft/manifests/init.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/mgasoft/manifests/init.pp b/modules/mgasoft/manifests/init.pp index 874cb7bb..001b5a0b 100644 --- a/modules/mgasoft/manifests/init.pp +++ b/modules/mgasoft/manifests/init.pp @@ -35,4 +35,10 @@ class mgasoft( refresh => '0', require => User[$mgasoft_login], } + + cron { "mgasoft-publish": + command => '/usr/bin/mgasoft-publish', + user => $mgasoft_login, + minute => '*/5', + } } |