[secret, dhcp] La configuration d'un dhcp est entièrement automatisé

En particulier grâce à la génération des clefs omapi directement sur bcfg2
This commit is contained in:
Valentin Samir 2013-06-21 14:52:42 +02:00
parent 0b37a791f7
commit 49dd2f9c4d
5 changed files with 19 additions and 6 deletions

View file

@ -6,6 +6,5 @@
<Path type="directory" name="/etc/dhcp3/dhclient-enter-hooks.d/" perms="0755" owner="root" group="root"/>
<Path type="directory" name="/etc/dhcp3/dhclient-exit-hooks.d/" perms="0755" owner="root" group="root"/>
<Path type="symlink" name="/etc/dhcp" to="/etc/dhcp3"/>
<Action name="omapi_key" timing="post" status="check" when="always" command="/etc/dhcp3/omapi_generate"/>
</Group>
</Rules>