aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mgasoft
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mgasoft')
-rw-r--r--modules/mgasoft/manifests/init.pp6
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',
+ }
}