Displaying 1 result from an estimated 1 matches for "manage_isc".
2009 Apr 22
1
[PATCH server] cleanup cobbler and put all cobbler traffic on the admin network
...ki/ManageDns
 
 [dns]
-module = manage_bind
+module = manage_dnsmasq
 
 # chooses the DHCP management engine if manage_dhcp is enabled
 # in /etc/cobbler/settings, which is off by default.
@@ -89,7 +89,7 @@ module = manage_bind
 # https://fedorahosted.org/cobbler/wiki/ManageDhcp
 
 [dhcp]
-module = manage_isc
+module = manage_dnsmasq
 
 
 
diff --git a/installer/modules/ovirt/manifests/cobbler.pp b/installer/modules/ovirt/manifests/cobbler.pp
index e9c239e..811a0ee 100644
--- a/installer/modules/ovirt/manifests/cobbler.pp
+++ b/installer/modules/ovirt/manifests/cobbler.pp
@@ -80,26 +80,18 @@ class cobbl...