[Charybde] I cargo-culted charybde in generate.py !
Ignore-this: 1c4cc5724e1bfc02c16268290b189bb0 darcs-hash:20120614093156-b6762-bae8881604a20cb8ca078d924f01d4ffe121d50d.gz
This commit is contained in:
parent
bee010febe
commit
c3b43286e9
1 changed files with 5 additions and 0 deletions
|
@ -320,6 +320,11 @@ class sila(base_reconfigure):
|
|||
from gen_confs.bind import dns
|
||||
self._do(dns(), self._machines())
|
||||
|
||||
class charybde(base_reconfigure):
|
||||
def dns(self):
|
||||
from gen_confs.bind import dns
|
||||
self._do(dns(), self._machines())
|
||||
|
||||
class ragnarok(base_reconfigure):
|
||||
__restart_wifi_update = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue