search for: manage_dhcp

Displaying 1 result from an estimated 1 matches for "manage_dhcp".

2009 Apr 22
1
[PATCH server] cleanup cobbler and put all cobbler traffic on the admin network
...f8 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 +module = manage_dnsmasq diff --git a/installer/modules/ovirt/manifests/cobbler.pp b/installer/modules/ovi...