[secours] On ajoute nem
This commit is contained in:
parent
9a5294c7ee
commit
e37c04cdd4
1 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env python
|
||||
#!/usr/bin/env python
|
||||
# -*- encoding: utf-8 -*-
|
||||
"""Reconfiguration des services pour la connexion de secours
|
||||
|
||||
|
@ -41,6 +41,12 @@ FICHIERS = {
|
|||
'charybde': {
|
||||
'/etc/bind/named.conf.options': '//' ,
|
||||
},
|
||||
'gordon': {
|
||||
'/etc/bind/named.conf.options': '//' ,
|
||||
},
|
||||
'nem': {
|
||||
'/etc/bind/named.conf.options': '//' ,
|
||||
},
|
||||
'zamok': {
|
||||
'/etc/postfix/main.cf': '#',
|
||||
},
|
||||
|
@ -60,6 +66,12 @@ COMMANDES = {
|
|||
'charybde': [
|
||||
'/etc/init.d/bind9 reload',
|
||||
],
|
||||
'gordon': [
|
||||
'/etc/init.d/bind9 reload',
|
||||
],
|
||||
'nem': [
|
||||
'/etc/init.d/bind9 reload',
|
||||
],
|
||||
'zamok': [
|
||||
'/etc/init.d/postfix restart',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue