[rules] mises à jour pour bcfg2-0.9.6
maintenant il faut spécifier le type (="deb") darcs-hash:20081209205429-af139-1b4028302433a95b520e1041242b7647693bc98e.gz
This commit is contained in:
parent
808d7539a0
commit
e4a5248e35
1 changed files with 17 additions and 17 deletions
|
@ -2,7 +2,7 @@
|
|||
<Action name="generate-locales" timing="post" when="modified" status="check"
|
||||
command="/usr/sbin/update-locale"/>
|
||||
|
||||
<Service name="postfix" status="on"/>
|
||||
<Service type="deb" name="postfix" status="on"/>
|
||||
<Action name="generate-locales"
|
||||
timing="post" when="modified" status="check"
|
||||
command="/usr/sbin/update-locale"/>
|
||||
|
@ -28,27 +28,27 @@
|
|||
|
||||
<Directory name="/etc/crans/secrets" owner="respbats" group="adm" perms="0550"/>
|
||||
|
||||
<Service name="bcfg2" status="on"/>
|
||||
<Service name="bcfg2-server" status="on"/>
|
||||
<Service type="deb" name="bcfg2" status="on"/>
|
||||
<Service type="deb" name="bcfg2-server" status="on"/>
|
||||
|
||||
<Service name="bind9" status="on"/>
|
||||
<Service type="deb" name="bind9" status="on"/>
|
||||
|
||||
<Directory name="/mirror/apt-mirror" owner="apt-mirror" group="apt-mirror" perms="0755"/>
|
||||
<Directory name="/mirror/apt-mirror/var" owner="apt-mirror" group="apt-mirror" perms="0755"/>
|
||||
<Directory name="/mirror/apt-mirror/skel" owner="apt-mirror" group="apt-mirror" perms="0755"/>
|
||||
<Directory name="/mirror/apt-mirror/mirror" owner="apt-mirror" group="apt-mirror" perms="0755"/>
|
||||
|
||||
<Service name="rsync" status="on"/>
|
||||
<Service type="deb" name="rsync" status="on"/>
|
||||
|
||||
<Service name="openntpd" status="on"/>
|
||||
<Service type="deb" name="openntpd" status="on"/>
|
||||
|
||||
<Service name="ssh" status="on"/>
|
||||
<Service type="deb" name="ssh" status="on"/>
|
||||
|
||||
<Service name="autofs" status="on"/>
|
||||
<Service type="deb" name="autofs" status="on"/>
|
||||
|
||||
<Service name="nscd" status="on"/>
|
||||
<Service type="deb" name="nscd" status="on"/>
|
||||
|
||||
<Service name="openvpn" status="on"/>
|
||||
<Service type="deb" name="openvpn" status="on"/>
|
||||
|
||||
<!-- Suppression du groupe adm de /etc/group pour forcer sudo à regarder dans la base -->
|
||||
<Action name="del-adm"
|
||||
|
@ -60,18 +60,18 @@
|
|||
rm -f $a &&
|
||||
grpconv; }"/>
|
||||
|
||||
<Service name="monit" status="on"/>
|
||||
<Service type="deb" name="monit" status="on"/>
|
||||
|
||||
<Service name="nut" status="on"/>
|
||||
<Service type="deb" name="nut" status="on"/>
|
||||
|
||||
<Service name="jabber" status="on"/>
|
||||
<Service type="deb" name="jabber" status="on"/>
|
||||
|
||||
<Service name="inn2" status="on"/>
|
||||
<Service type="deb" name="inn2" status="on"/>
|
||||
|
||||
<Service name="portmap" status="on"/>
|
||||
<Service type="deb" name="portmap" status="on"/>
|
||||
<Action name="ln-attendre-vert" timing="post" when="modified" status="check"
|
||||
command="ln -s ../init.d/attendre-vert /etc/rcS.d/S41attendre-vert" />
|
||||
|
||||
<Service name="slapd" status="on"/>
|
||||
<Service name="nslcd" status="on"/>
|
||||
<Service type="deb" name="slapd" status="on"/>
|
||||
<Service type="deb" name="nslcd" status="on"/>
|
||||
</Rules>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue