Displaying 1 result from an estimated 1 matches for "managedn".
Did you mean:
  managed
  
2009 Apr 22
1
[PATCH server] cleanup cobbler and put all cobbler traffic on the admin network
.../installer/modules/ovirt/files/modules.conf b/installer/modules/ovirt/files/modules.conf
index 236ef4c..7bfc2f8 100644
--- a/installer/modules/ovirt/files/modules.conf
+++ b/installer/modules/ovirt/files/modules.conf
@@ -74,7 +74,7 @@ module = authz_allowall
 # https://fedorahosted.org/cobbler/wiki/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...