From 89a14ddcce125030877f2759bda04ee412d19239 Mon Sep 17 00:00:00 2001 From: "daniel.stan" Date: Thu, 2 Aug 2012 08:49:34 +0200 Subject: [PATCH] =?UTF-8?q?[ovh]=20a=20le=20droit=20=C3=A0=20sa=20conf=20d?= =?UTF-8?q?ans=20generate.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: ada167753f0f1d60909580af7a4544b4 darcs-hash:20120802064934-3ca67-debfcaf9cf2fd6646caf49433be5511aa853340e.gz --- gestion/gen_confs/generate.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gestion/gen_confs/generate.py b/gestion/gen_confs/generate.py index 6788c214..a012bf10 100644 --- a/gestion/gen_confs/generate.py +++ b/gestion/gen_confs/generate.py @@ -320,6 +320,11 @@ class sila(base_reconfigure): from gen_confs.bind import dns self._do(dns(), self._machines()) +class ovh(base_reconfigure): + def dns(self): + from gen_confs.bind import dns + self._do(dns(), self._machines()) + class charybde(base_reconfigure): def dns(self): from gen_confs.bind import dns