[PATCH] Doing a mass branch, we don't want new ACLs during that time

Jesse Keating jkeating at j2solutions.net
Wed Feb 17 01:45:36 UTC 2010


On Wed, 2010-02-17 at 00:09 +0000, Jesse Keating wrote:
> ---
>  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'

Disregard this, I just made use of puppetd --disable instead.
-- 
Jesse Keating RHCE      (http://jkeating.livejournal.com)
Fedora Project          (http://fedoraproject.org/wiki/JesseKeating)
GPG Public Key          (geek.j2solutions.net/jkeating.j2solutions.pub)
identi.ca               (http://identi.ca/jkeating)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20100216/ceabdb32/attachment.bin 


More information about the infrastructure mailing list