[domu_test_proxmox] Le premier domu sur proxmox est vivant, il nous permet au passage de constatet qu'il n'y a plus gidentd sous wheezy

This commit is contained in:
Pierre-Elliott Bécue 2013-05-16 05:02:40 +02:00
parent 12c23579e9
commit cc2d1dff04
5 changed files with 56 additions and 0 deletions

8
Bundler/identd.xml Normal file
View file

@ -0,0 +1,8 @@
<Bundle name="identd" version="2.0">
<Group name="wheezy">
<Package name="ident2"/>
<Package name="openbsd-inetd"/>
<Path name="/etc/inetd.conf"/>
<Service name="openbsd-inetd"/>
</Group>
</Bundle>

View file

@ -0,0 +1,36 @@
nternet superserver configuration database
#
#
# Lines starting with "#:LABEL:" or "#<off>#" should not
# be changed unless you know what you are doing!
#
# If you want to disable an entry so it isn't touched during
# package updates just comment it out with a single '#' character.
#
# Packages should modify this file by using update-inetd(8)
#
# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
#
#:INTERNAL: Internal services
#discard stream tcp nowait root internal
#discard dgram udp wait root internal
#daytime stream tcp nowait root internal
#time stream tcp nowait root internal
#:STANDARD: These are standard services.
ident stream tcp nowait identd /usr/sbin/ident2 ident2 -i -n
#:BSD: Shell, login, exec and talk are BSD protocols.
#:MAIL: Mail, news and uucp services.
#:INFO: Info services
#:BOOT: TFTP service is provided primarily for booting. Most sites
# run this only on machines acting as "boot servers."
#:RPC: RPC based services
#:HAM-RADIO: amateur-radio services
#:OTHER: Other services

View file

@ -52,4 +52,5 @@
<Client name="jouvence.adm.crans.org" profile="jouvence" pingable="Y" pingtime="1342471850.91"/>
<Client name="mdr.adm.crans.org" profile="mdr" pingable="Y" pingtime="1342471850.91"/>
<!-- Serveur de test -->
<Client name="test.adm.crans.org" profile="test" pingable="Y"/>
</Clients>

View file

@ -156,6 +156,12 @@
<Group name="db-replicat-test"/>
</Group>
<Group name="test"
profile="true">
<Group name="crans-domu-wheezy"/>
<Group name="db-replicat"/>
</Group>
<Group name="ovh"
profile="true">
<Group name="crans-squeeze"/>
@ -405,6 +411,7 @@
<Bundle name="nfs-client"/>
<Bundle name="git"/>
<Bundle name="monit"/>
<Bundle name="identd"/>
</Group>
<Group name="crans-common"

4
Rules/identd.xml Normal file
View file

@ -0,0 +1,4 @@
<!-- Règles concernant les serveurs avec identd //-->
<Rules priority="1">
<Service type="deb" name="openbsd-inetd" status="on"/>
</Rules>