[bcfg2/all] Nouveau serveur dhcp, et config d'isc dans bcfg2.

This commit is contained in:
Pierre-Elliott Bécue 2013-05-19 17:49:42 +02:00
parent 3d8a9f167b
commit b6e9d79019
12 changed files with 259 additions and 1 deletions

View file

@ -1,4 +1,15 @@
<Bundle name="isc-dhcp-server">
<Package name="isc-dhcp-server"/>
<!-- Conf gérée par generate -->
<Package name="bind9utils"/>
<Service name="isc-dhcp-server"/>
<Path type="directory" name="/etc/dhcp3/generated"/>
<Path type="directory" name="/etc/dhcp3/dhclient-enter-hooks.d/"/>
<Path type="directory" name="/etc/dhcp3/dhclient-exit-hooks.d/"/>
<Path type="symlink" name="/etc/dhcp"/>
<Path name="/etc/dhcp3/dhclient.conf"/>
<Path name="/etc/dhcp3/dhcpd.conf"/>
<Path name="/etc/dhcp3/omapi.conf"/>
<Path name="/etc/dhcp3/omapi_generate"/>
<Action name="omapi_key"/>
<!-- Conf générée par generate -->
</Bundle>