[ytrap-llatsni] Oubli des Rules, et wtf @profile

This commit is contained in:
Pierre-Elliott Bécue 2013-09-10 11:20:30 +02:00
parent 69c147aa3f
commit 7f4c72d64e
7 changed files with 13 additions and 7 deletions

View file

@ -3,4 +3,5 @@
<Path name="/etc/dnsmasq.conf"/>
<Package name="dnsmasq"/>
<Service name="dnsmasq"/>
</Bundle>

View file

@ -2,7 +2,7 @@
<Package name="isc-dhcp-server"/>
<Service name="isc-dhcp-server"/>
<Path type="directory" name="/etc/dhcp3/generated"/>
<Path type="symlink" name="/etc/dhcp"/>
<Path type="symlink" name="/etc/dhcp" to="/etc/dhcp3"/>
<Python name="/etc/dhcp3/dhcpd.conf"/>
<Python name="/etc/dhcp3/omapi.conf"/>
<Python name="/etc/dhcp3/dhcp-failover.conf"/>

View file

@ -1,5 +1,6 @@
<Bundle name="pxe" version="2.0">
<Package name="tftpd-hpa"/>
<Service name="tftpd-hpa"/>
<Path name="/etc/default/tftpd-hpa"/>
<Group name="clonepxe" negate="true">

View file

@ -28,7 +28,7 @@
<Client name="o2.adm.crans.org" profile="o2" pingable="Y" pingtime="1342471851.03"/>
<Client name="news.adm.crans.org" profile="news" pingable="Y" pingtime="1342471851.02"/>
<Client name="niomniom.adm.crans.org" profile="niomniom" pingable="Y" pingtime="1342471851.01"/>
<Client name="ytrap-llatsni.adm.crans.org" profile="install-party" pingable="Y" pingtime="1342471851.01"/>
<Client name="ytrap-llatsni.adm.crans.org" profile="ytrap-llatsni" pingable="Y" pingtime="1342471851.01"/>
<Client name="radius.adm.crans.org" profile="radius" pingable="Y" pingtime="1342471851.0"/>
<Client name="owl.adm.crans.org" profile="owl" pingable="Y" pingtime="1342471850.99"/>
<Client name="asterisk.adm.crans.org" profile="asterisk" pingable="Y" pingtime="1342471850.99"/>

View file

@ -324,6 +324,7 @@
<Group name="ytrap-llatsni"
profile="true">
<Group name="crans-domu-wheezy"/>
<Group name="vlan-evenementiel"/>
<Group name="dhcp-server-primary"/>
@ -357,11 +358,6 @@
<Group name="https_cert" />
</Group>
<Group name="install-party"
profile="true">
<Group name="crans-domu-wheezy"/>
</Group>
<Group name="radius"
profile="true">
<Group name="crans-domu-wheezy"/>

4
Rules/dnsmasq.xml Normal file
View file

@ -0,0 +1,4 @@
<!-- Règles pour dnsmasq //-->
<Rules priority="1">
<Service type="deb" name="dnsmasq" status="on"/>
</Rules>

4
Rules/pxe.xml Normal file
View file

@ -0,0 +1,4 @@
<!-- Rules pxe //-->
<Rules priority="1">
<Service type="deb" name="tftpd-hpa" status="on"/>
</Rules>