migration komaz->odlyd

This commit is contained in:
Daniel STAN 2014-08-24 15:41:07 +02:00
parent 752f84ca35
commit 5f9ee2e593
4 changed files with 11 additions and 2 deletions

View file

@ -18,6 +18,7 @@ hostname = socket.gethostname()
#: Associe à un ``hostname`` la classe du pare-feu correspondant
firewall = {
'komaz' : komaz.firewall,
'odlyd' : komaz.firewall,
'zamok' : zamok.firewall,
'routeur' : routeur.firewall,
'gordon' : base.firewall_routeur,