diff --git a/Cfg/etc/bind/named.conf.notify/named.conf.notify b/Cfg/etc/bind/named.conf.notify/named.conf.notify index 8a23b40..95a7b6e 100644 --- a/Cfg/etc/bind/named.conf.notify/named.conf.notify +++ b/Cfg/etc/bind/named.conf.notify/named.conf.notify @@ -4,9 +4,7 @@ also-notify { 10.231.136.2; // vert - 10.231.136.3; // rouge 10.231.136.8; // ovh 10.231.136.98; // charybde - 10.231.136.11; // ragnarok 10.231.136.14; // titanic }; diff --git a/Python/etc/apt/sources.list b/Python/etc/apt/sources.list index 07522e9..3bd5ffe 100644 --- a/Python/etc/apt/sources.list +++ b/Python/etc/apt/sources.list @@ -43,7 +43,7 @@ else: @# Paquets construits à la main source("%s/custom %s %s" % (repo, distro, components)) - if has("rouge") or has("owl") or has("vo"): + if has("owl") or has("vo"): @# Backports pour dovecot et roundcube, et pour le serveur de tests. source("%s/debian-backports %s-backports %s" % (repo, distro, components)) if has("sogo"): diff --git a/Python/etc/backuppc/hosts b/Python/etc/backuppc/hosts index d83e74b..eddfaee 100644 --- a/Python/etc/backuppc/hosts +++ b/Python/etc/backuppc/hosts @@ -69,7 +69,7 @@ def backuppc_hosts(comment, hostslist): backuppc_hosts("Backups des homes", ["adherentsak", "adherentslz"]) backuppc_hosts("Backups des serveurs", - ["komaz", "charybde", "sable", "zamok", "rouge", "vert", "pegase", "babar", + ["komaz", "charybde", "sable", "zamok", "vert", "pegase", "babar", "ovh", "fx", "titanic", "mdr", "irc", "xmpp", "o2", "news", "munin", "niomniom", "ytrap-llatsni", "canard", "oie", "lapin", "ragnarok", "radius", "asterisk", "owl", "tracker", "redisdead", diff --git a/Python/etc/rsyncd.conf b/Python/etc/rsyncd.conf index 171ac8d..7c0155b 100644 --- a/Python/etc/rsyncd.conf +++ b/Python/etc/rsyncd.conf @@ -51,11 +51,6 @@ backup_folders = { 'usr-local' : '/usr/local', 'var' : '/var' }, - 'rouge' : { 'var' : '/var', - 'usr' : '/usr', - 'wiki' : '/var/local/wiki', - 'mailman' : '/var/lib/mailman' }, - 'sable' : { 'usr' : '/usr', 'var' : '/var', 'log-squid' : '/var/log/squid' },