aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-treasurer
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mga-treasurer')
-rw-r--r--modules/mga-treasurer/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mga-treasurer/manifests/init.pp b/modules/mga-treasurer/manifests/init.pp
index 0a2c7717..edd79ab6 100644
--- a/modules/mga-treasurer/manifests/init.pp
+++ b/modules/mga-treasurer/manifests/init.pp
@@ -67,8 +67,8 @@ class mga-treasurer(
require => User[$mgatres_login],
}
- cron { '/usr/bin/mktreasurer':
- command => '/usr/bin/mktreasurer',
+ cron { $update_script:
+ command => $update_script,
user => $mgatres_login,
hour => '*/2',
minute => '10',