[Cfg/etc/cron.daily/mailWarn_dirtyDarcsRepo] bcfg2 n'est plus sous darcs
This commit is contained in:
parent
dfed9d88f0
commit
c55ed4b59f
1 changed files with 2 additions and 1 deletions
|
@ -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,[])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue