crans_bcfg2/Bundler/bind.xml
Pierre-Elliott Bécue d10a8a0672 [Bcfg2] Nouveau paquet, nouvelle config
Ignore-this: 67cdee8f32d7581493d12617ddc97bc2
Bcfg2 a subi deux releases, qui ont pas mal changé les "normes".

Les balises suivntes sont remplacées :

<ConfigFile> ---------------------------> <Path type="file">
<Directory>  ---------------------------> <Path type="directory">
<SymLink>    ---------------------------> <Path type="symlink">
etc

Pour les fichiers python, désormais, on utilise plus
<ConfigFile>, mais <Python>

darcs-hash:20121211100127-b6762-f146f4460e9713cb59a25c33a08b551c5280f3b2.gz
2012-12-11 11:01:27 +01:00

21 lines
654 B
XML

<Bundle name="bind">
<Python name="/etc/bind/rndc.key"/>
<Python name="/etc/bind/named.conf"/>
<Path name="/etc/bind/named.conf.local"/>
<Python name="/etc/bind/named.conf.options"/>
<Group name="dns-primary">
<Path name="/etc/bind/named.conf.notify"/>
</Group>
<Group name="dns-secondary">
<Path name="/etc/bind/generated/zones_crans"/>
</Group>
<Group name="dns-secondary-no-forward">
<Path name="/etc/bind/generated/zones_crans"/>
</Group>
<Group name="vlan-radin">
<Path name="/etc/bind/db.fake"/>
</Group>
<Package name="bind9"/>
<Service name="bind9"/>
<Package name="dnssec-tools"/>
</Bundle>