[Cfg/etc/cron.daily/mailWarn_dirtyDarcsRepo] bcfg2 n'est plus sous darcs

This commit is contained in:
Vincent Le Gallic 2013-02-08 08:12:53 +01:00
parent dfed9d88f0
commit c55ed4b59f

View file

@ -35,7 +35,8 @@ hostname = gethostname().split(".")[0]
checks = [ '/etc' ]
hostspecificchecks = { 'vert' : [ '/usr/scripts' ] ,
'bcfg2' : [ '/var/lib/bcfg2' ] ,
# Passé sous git
# 'bcfg2' : [ '/var/lib/bcfg2' ] ,
'zamok' : [ '/var/www' ] ,
}
checks += hostspecificchecks.get(hostname,[])