[Mails] Bye bye rouge

Ignore-this: 41f78b2bd4df9b4411c032a4169574be

darcs-hash:20120802160424-ab199-b3db7d18ed58b1e64d8dba4ee919e6870f4457a8.gz
This commit is contained in:
becue 2012-08-02 18:04:24 +02:00
parent 7fcc468cab
commit b7e9acf9f1
13 changed files with 40 additions and 52 deletions

View file

@ -31,8 +31,7 @@ ETAT_MAITRE = os.path.join(SECOURS_PATH, "etat_maitre")
### Fichiers à modifier, chaine indiquant un commentaire dans ceux-ci
### et commandes à excécuter après édition
FICHIERS = {
'rouge': {
'/etc/bind/named.conf.options': '//',
'redisdead': {
'/etc/postfix/main.cf': '#',
},
'sable': {
@ -51,9 +50,8 @@ FICHIERS = {
}.get(HOSTNAME, {})
COMMANDES = {
'rouge': [
'redisdead': [
'/etc/init.d/postfix restart',
'/etc/init.d/bind9 reload',
],
'sable': [
'/etc/init.d/squid3 reload',