Parent Directory | Revision Log | Patch
revision 3094 by boklm, Mon May 20 16:48:26 2013 UTC | revision 3095 by boklm, Tue May 21 08:22:16 2013 UTC | |
---|---|---|
# | Line 67 class mga-treasurer( | Line 67 class mga-treasurer( |
67 | require => User[$mgatres_login], | require => User[$mgatres_login], |
68 | } | } |
69 | ||
70 | cron { '/usr/bin/mktreasurer': | cron { $update_script: |
71 | command => '/usr/bin/mktreasurer', | command => $update_script, |
72 | user => $mgatres_login, | user => $mgatres_login, |
73 | hour => '*/2', | hour => '*/2', |
74 | minute => '10', | minute => '10', |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |