From 0cda513264dc85a4104c468616cc67a6b3e917c9 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Thu, 23 Apr 2009 00:00:10 +0100 Subject: [PATCH] Manage motd.tail, not motd. Also, ship lots of other tail files Signed-off-by: Stephen Gran --- .../motd/files/bartok.debian.org/motd.tail | 5 ++++ .../motd/files/caballero.debian.org/motd.tail | 17 +++++++++++ modules/motd/files/gluck.debian.org/motd.tail | 9 ++++++ .../motd/files/klecker.debian.org/motd.tail | 9 ++++++ .../motd/files/lebrun.debian.org/motd.tail | 4 +++ .../motd/files/master.debian.org/motd.tail | 13 +++++++++ .../motd/files/merkel.debian.org/motd.tail | 12 ++++++++ .../motd/files/pergolesi.debian.org/motd.tail | 28 +++++++++++++++++++ modules/motd/files/ravel.debian.org/motd.tail | 3 ++ modules/motd/files/rem.debian.org/motd.tail | 20 +++++++++++++ .../motd/files/samosa.debian.org/motd.tail | 4 +++ .../motd/files/schroeder.debian.org/motd.tail | 4 +++ modules/motd/files/verdi.debian.org/motd.tail | 3 ++ .../motd/files/voltaire.debian.org/motd.tail | 15 ++++++++++ .../motd/files/zelenka.debian.org/motd.tail | 5 ++++ modules/motd/manifests/init.pp | 2 +- 16 files changed, 152 insertions(+), 1 deletion(-) create mode 100644 modules/motd/files/bartok.debian.org/motd.tail create mode 100644 modules/motd/files/caballero.debian.org/motd.tail create mode 100644 modules/motd/files/gluck.debian.org/motd.tail create mode 100644 modules/motd/files/klecker.debian.org/motd.tail create mode 100644 modules/motd/files/lebrun.debian.org/motd.tail create mode 100644 modules/motd/files/master.debian.org/motd.tail create mode 100644 modules/motd/files/merkel.debian.org/motd.tail create mode 100644 modules/motd/files/pergolesi.debian.org/motd.tail create mode 100644 modules/motd/files/ravel.debian.org/motd.tail create mode 100644 modules/motd/files/rem.debian.org/motd.tail create mode 100644 modules/motd/files/samosa.debian.org/motd.tail create mode 100644 modules/motd/files/schroeder.debian.org/motd.tail create mode 100644 modules/motd/files/verdi.debian.org/motd.tail create mode 100644 modules/motd/files/voltaire.debian.org/motd.tail create mode 100644 modules/motd/files/zelenka.debian.org/motd.tail diff --git a/modules/motd/files/bartok.debian.org/motd.tail b/modules/motd/files/bartok.debian.org/motd.tail new file mode 100644 index 00000000..b1311ed7 --- /dev/null +++ b/modules/motd/files/bartok.debian.org/motd.tail @@ -0,0 +1,5 @@ + + backup.debian.org + +Documentation: gluck:/org/admin.debian.org/doc/backup.debian.org +-------------------------------------------------------------------------- diff --git a/modules/motd/files/caballero.debian.org/motd.tail b/modules/motd/files/caballero.debian.org/motd.tail new file mode 100644 index 00000000..783c1da0 --- /dev/null +++ b/modules/motd/files/caballero.debian.org/motd.tail @@ -0,0 +1,17 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +** IMPORTANT WARNING ** + +Please read: + +http://lists.debian.org/debian-devel-announce/2003/debian-devel-announce-200312/msg00001.html + +before doing anything on these machines - especially the "What to do +when you can login" section. + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +-================================================================- +| Welcome to caballero.debian.org, the Debian ia64 build daemon. | +| Please use merulo.debian.org for test builds, debugging etc. | +-================================================================- diff --git a/modules/motd/files/gluck.debian.org/motd.tail b/modules/motd/files/gluck.debian.org/motd.tail new file mode 100644 index 00000000..59a09e9a --- /dev/null +++ b/modules/motd/files/gluck.debian.org/motd.tail @@ -0,0 +1,9 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +** IMPORTANT WARNING ** +In April 2005 this machine suffered a drastic hardware RAID failure and the +partition with /home and /org suffered extensive filesystem corruption. + +Please see: + http://lists.debian.org/debian-devel-announce/2005/04/msg00008.html +for more details. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/modules/motd/files/klecker.debian.org/motd.tail b/modules/motd/files/klecker.debian.org/motd.tail new file mode 100644 index 00000000..7f2fd7b0 --- /dev/null +++ b/modules/motd/files/klecker.debian.org/motd.tail @@ -0,0 +1,9 @@ + Dedicated to Joel 'Espy' Klecker (1979-2000) + +This device is for authorized users only. All traffic on this device +is monitored and will be used as evidence for prosecutions. + +weasel 20080513: + ~/.ssh/authorized_keys disabled, there's an /ssh-keys/ tho. + /etc/ssh/sshd_config for how that's done. + diff --git a/modules/motd/files/lebrun.debian.org/motd.tail b/modules/motd/files/lebrun.debian.org/motd.tail new file mode 100644 index 00000000..50662c10 --- /dev/null +++ b/modules/motd/files/lebrun.debian.org/motd.tail @@ -0,0 +1,4 @@ +lebrun -- Francesca Lebrun (1756-1791), German singer and composer + + - This host is using an iptables firewall. See /etc/rc.boot/firewall{,6} + diff --git a/modules/motd/files/master.debian.org/motd.tail b/modules/motd/files/master.debian.org/motd.tail new file mode 100644 index 00000000..b7131e24 --- /dev/null +++ b/modules/motd/files/master.debian.org/motd.tail @@ -0,0 +1,13 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +** IMPORTANT WARNING ** + +Please read: + +http://lists.debian.org/debian-devel-announce/2003/debian-devel-announce-200312> +before doing anything on these machines - especially the "What to do +when you can login" section. + +Hardware upgraded September 24, 2006. + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/modules/motd/files/merkel.debian.org/motd.tail b/modules/motd/files/merkel.debian.org/motd.tail new file mode 100644 index 00000000..39212a8c --- /dev/null +++ b/modules/motd/files/merkel.debian.org/motd.tail @@ -0,0 +1,12 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +** IMPORTANT WARNING ** + +Please read: + +http://lists.debian.org/debian-devel-announce/2003/debian-devel-announce-200312/msg00001.html + +before doing anything on these machines - especially the "What to do +when you can login" section. + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/modules/motd/files/pergolesi.debian.org/motd.tail b/modules/motd/files/pergolesi.debian.org/motd.tail new file mode 100644 index 00000000..99238267 --- /dev/null +++ b/modules/motd/files/pergolesi.debian.org/motd.tail @@ -0,0 +1,28 @@ + +|-----------------------------------------------------------------| +| This system is for the use of authorized users only. | +| Individuals using this computer system without authority, or in | +| excess of their authority, are subject to having all of their | +| activities on this system monitored and recorded by system | +| personnel. | +| In the course of monitoring individuals improperly using this | +| system, or in the course of system maintenance, the activities | +| of authorized users may also be monitored. | +| Anyone using this system expressly consents to such monitoring | +| and is advised that if such monitoring reveals possible | +| evidence of criminal activity, system personnel may provide the | +| evidence of such monitoring to law enforcement officials. | +|-----------------------------------------------------------------| + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +** IMPORTANT WARNING ** + +Please read: + +http://lists.debian.org/debian-devel-announce/2003/debian-devel-announce-200312/msg00001.html + +before doing anything on these machines - especially the "What to do +when you can login" section. + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/modules/motd/files/ravel.debian.org/motd.tail b/modules/motd/files/ravel.debian.org/motd.tail new file mode 100644 index 00000000..f51338f5 --- /dev/null +++ b/modules/motd/files/ravel.debian.org/motd.tail @@ -0,0 +1,3 @@ + +This is ravel.debian.org, aka people.debian.org. + diff --git a/modules/motd/files/rem.debian.org/motd.tail b/modules/motd/files/rem.debian.org/motd.tail new file mode 100644 index 00000000..619bb202 --- /dev/null +++ b/modules/motd/files/rem.debian.org/motd.tail @@ -0,0 +1,20 @@ + +20050413 flo - Finally the machine is up and running in its final destination + - Reachability problems should be solved - bogus objects + in firewall + - Added user joey +20060401 flo - Reduced ram to 512MB as the 1GB setup was producing + random hicups ... +20070411 flo - Maschine was dead - no connect, nothing on the console + rebooted. +20071008 flo - Planned but unannounced power-outage from 0:00-03:00 CEST + Machine didnt power up itself - needed a powerbutton +20080127 flo - Maschine died - rebooted by helping hands on site +20080222 flo - Put in a promise controller and a PATA 120GB Disk +20080302 flo - Create 2G swap on the UDMA capable disk and remove swap files +20080313 flo - rsynced /home to new disk and mounted it instead of /home + (old content in /home.backup.20080313) + - Installed smartmontools +20080819 weasel - moved this host under DSA control. account passwords, sudo + passwords and ssh keys are taken from ldap (db.debian.org). +20090221 weasel - moved to lenny. diff --git a/modules/motd/files/samosa.debian.org/motd.tail b/modules/motd/files/samosa.debian.org/motd.tail new file mode 100644 index 00000000..54324b41 --- /dev/null +++ b/modules/motd/files/samosa.debian.org/motd.tail @@ -0,0 +1,4 @@ +weasel 20080513: + ~/.ssh/authorized_keys disabled, there's an /ssh-keys/ tho. + see /etc/ssh/sshd_config for how that's done. + diff --git a/modules/motd/files/schroeder.debian.org/motd.tail b/modules/motd/files/schroeder.debian.org/motd.tail new file mode 100644 index 00000000..0ba021cf --- /dev/null +++ b/modules/motd/files/schroeder.debian.org/motd.tail @@ -0,0 +1,4 @@ +schroeder -- Hermann Schroeder (1904-1984), German composer and conductor + + - This host is using an iptables firewall. See /etc/rc.boot/firewall{,6} + diff --git a/modules/motd/files/verdi.debian.org/motd.tail b/modules/motd/files/verdi.debian.org/motd.tail new file mode 100644 index 00000000..f0275547 --- /dev/null +++ b/modules/motd/files/verdi.debian.org/motd.tail @@ -0,0 +1,3 @@ + +20080517: moved firewall config into ferm. see /etc/ferm/ferm.conf -- weasel + diff --git a/modules/motd/files/voltaire.debian.org/motd.tail b/modules/motd/files/voltaire.debian.org/motd.tail new file mode 100644 index 00000000..1d97af7f --- /dev/null +++ b/modules/motd/files/voltaire.debian.org/motd.tail @@ -0,0 +1,15 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +** IMPORTANT WARNING ** + +Please read: + +http://lists.debian.org/debian-devel-announce/2003/debian-devel-announce-200312/msg00001.html + +before doing anything on these machines - especially the "What to do +when you can login" section. + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +This machine is primarily a build daemon. Please do not start builds here +while the build daemon is busy. diff --git a/modules/motd/files/zelenka.debian.org/motd.tail b/modules/motd/files/zelenka.debian.org/motd.tail new file mode 100644 index 00000000..018cab0e --- /dev/null +++ b/modules/motd/files/zelenka.debian.org/motd.tail @@ -0,0 +1,5 @@ + +This is zelenka.debian.org aka lxdebdev.bfinv.de. Debian s390 porter +system kindly provided by Zentrum fuer Informationsverarbeitung und +Informationstechnik [zivit] + diff --git a/modules/motd/manifests/init.pp b/modules/motd/manifests/init.pp index 0068a5aa..9c89dac2 100644 --- a/modules/motd/manifests/init.pp +++ b/modules/motd/manifests/init.pp @@ -1,5 +1,5 @@ class motd { - file { "/etc/motd": + file { "/etc/motd.tail": content => template("motd.erb") ; } } -- 2.39.2