corrections diverses (s/Path/Python/ et typo)
This commit is contained in:
parent
7f044ea82f
commit
0fa09f14ff
6 changed files with 6 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
<Path name="/etc/default/bcfg2"/>
|
||||
<Package name="bcfg2"/>
|
||||
<Group name="bcfg2-server">
|
||||
<Path name="/etc/bcfg2-web.conf"/>
|
||||
<Python name="/etc/bcfg2-web.conf"/>
|
||||
<Package name="bcfg2-server"/>
|
||||
<Service name="bcfg2-server"/>
|
||||
<!-- Mise a jour des statistiques bcfg2 et envoi du mail -->
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
<Bundle name="news-search-php5">
|
||||
<Package name="libapache2-mod-php5"/>
|
||||
<Package name="php5-imap"/>
|
||||
<Service name="news-search"/>
|
||||
</Bundle>
|
||||
|
|
@ -3,8 +3,8 @@
|
|||
<Service name="openvpn"/>
|
||||
<Python name="/etc/default/openvpn"/>
|
||||
<Group name="external">
|
||||
<Path name="/etc/openvpn/komaz.conf"/>
|
||||
<Path name="/etc/openvpn/freebox.conf"/>
|
||||
<Python name="/etc/openvpn/komaz.conf"/>
|
||||
<Python name="/etc/openvpn/freebox.conf"/>
|
||||
</Group>
|
||||
<Group name="external" negate="true">
|
||||
<Path name="/etc/openvpn/ovh.conf"/>
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
<Client name="cas.adm.crans.org" profile="cas" pingable="Y"/>
|
||||
<Client name="nem.adm.crans.org" profile="nem" pingable="Y"/>
|
||||
<Client name="isc.adm.crans.org" profile="isc" pingable="Y"/>
|
||||
<Client name="schrodingred.adm.crans.org" profile="schrodingred" pingable="Y"/>
|
||||
|
||||
<!-- La ferme -->
|
||||
<Client name="canard.adm.crans.org" profile="canard" pingable="Y" pingtime="1342471850.94"/>
|
||||
|
|
|
@ -1089,8 +1089,7 @@
|
|||
<Group name="inn"/>
|
||||
</Group>
|
||||
|
||||
<Group name="news-search-backend">
|
||||
<Bundle name="news-search-php5"/>
|
||||
<Group name="news-search-backend" comment="TODO: à implémenter.">
|
||||
</Group>
|
||||
|
||||
<Group name="dns-backend">
|
||||
|
|
|
@ -8,7 +8,7 @@ info["perms"] = 0644
|
|||
import config
|
||||
comment_start = ";"
|
||||
|
||||
header("Zone du dns meuteur pour accueil")
|
||||
header("Zone du dns menteur pour accueil")
|
||||
|
||||
@$TTL 1
|
||||
@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue