--- manifests/services/cvs.pp | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifests/services/cvs.pp b/manifests/services/cvs.pp index d9ed5f6..17dfb9c 100644 --- a/manifests/services/cvs.pp +++ b/manifests/services/cvs.pp @@ -79,12 +79,13 @@ class cvs-pkgs { script { '/usr/local/bin/genacls.sh': source => 'system/genacls.cron' } - cron { genacls: - command => "/usr/local/bin/genacls.sh &>/dev/null", - user => "toshio", - minute => [ 0, 10, 20, 30, 40, 50 ], - ensure => present, - } + # Disable this during mass branch + #cron { genacls: + #command => "/usr/local/bin/genacls.sh &>/dev/null", + #user => "toshio", + #minute => [ 0, 10, 20, 30, 40, 50 ], + #ensure => present, + #} script { '/usr/local/bin/updatecrl.sh': source => 'system/updatecrl.sh' -- 1.5.5.6 _______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure