Mode de secours pour rouge
darcs-hash:20050812105950-dc76e-ac210bee336b5010b3765a854ef03d6374b3aac3.gz
This commit is contained in:
parent
ac7a677e19
commit
2b14eb7ab1
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ if hostname == 'zamok' :
|
||||||
elif hostname == 'sila' :
|
elif hostname == 'sila' :
|
||||||
fichiers = { '/etc/bind/named.conf.options' : '//' ,
|
fichiers = { '/etc/bind/named.conf.options' : '//' ,
|
||||||
'/etc/squid/squid.conf' : '#' }
|
'/etc/squid/squid.conf' : '#' }
|
||||||
|
elif hostname == 'rouge' :
|
||||||
|
fichiers = { '/etc/bind/named.conf.options' : '//' ,
|
||||||
|
'/etc/postfix/main.cf' : '#' }
|
||||||
else :
|
else :
|
||||||
print "Script sans effet sur cette machine."
|
print "Script sans effet sur cette machine."
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue