]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
retire paganini (RT#4407)
authorPeter Palfrader <peter@palfrader.org>
Wed, 12 Feb 2014 08:31:21 +0000 (09:31 +0100)
committerPeter Palfrader <peter@palfrader.org>
Wed, 12 Feb 2014 08:31:21 +0000 (09:31 +0100)
modules/debian-org/misc/local.yaml
modules/ferm/manifests/per-host.pp
modules/sudo/files/sudoers
modules/syslog-ng/templates/syslog-ng.conf.erb

index 546e2368986d2b05a1d614df46e9109700eaf30f..57fd6d1602ae6c4d84a024f7a7f10b26464da2db 100644 (file)
@@ -85,7 +85,6 @@ nameinfo:
   nielsen.debian.org: Carl August Nielsen (June 9th, 1865 - October 3rd, 1931)
   nono.debian.org: Luigi Nono (January 29th, 1924 - May 8th, 1990)
   orff.debian.org: Carl Orff (July 10th, 1895 - March 29th, 1982)
-  paganini.debian.org: Niccolò Paganini (October 27th, 1782 - May 27th, 1840)
   parry.debian.org: Sir Charles Hubert Hastings Parry, 1st Baronet (February 27th, 1848 – October 7th, 1918)
   partch.debian.org: Harry Partch (June 24th, 1901 - September 3rd, 1974)
   pasquini.debian.org: Bernardo Pasquini (December 7th, 1637 - November 22nd, 1710)
index a72b9121f1bb435fec87ce7c3366cd7abcb34762..6f8b41860120b2259df03c253b7204fe5b1729c5 100644 (file)
@@ -38,16 +38,6 @@ class ferm::per-host {
                                rule            => '&SERVICE(udp, 69)'
                        }
                }
-               #paganini: {
-               #       @ferm::rule { 'dsa-dhcp':
-               #               description     => 'Allow dhcp access',
-               #               rule            => '&SERVICE(udp, 67)'
-               #       }
-               #       @ferm::rule { 'dsa-tftp':
-               #               description     => 'Allow tftp access',
-               #               rule            => '&SERVICE(udp, 69)'
-               #       }
-               #}
                lotti,lully: {
                        @ferm::rule { 'dsa-syslog':
                                description     => 'Allow syslog access',
index 5cf49676fabd2fed4ef6a820fd14486525cdd344..9058d679d64dbf44c63c9572df3f3b2b1ba902e3 100644 (file)
@@ -27,7 +27,7 @@ Host_Alias    WEBHOSTS        = wolkenstein
 Host_Alias     SECHOSTS        = chopin
 Host_Alias     FTPHOSTS        = franck
 Host_Alias     ZIVITHOSTS      = zelenka, zandonai
-Host_Alias     AACRAIDHOSTS    = paganini, respighi, beethoven, pettersson
+Host_Alias     AACRAIDHOSTS    = respighi, beethoven, pettersson
 Host_Alias     MEGARAIDHOSTS   = rautavaara, sibelius
 Host_Alias     MPTRAIDHOSTS    = barber, biber, cilea, vitry, orff
 Host_Alias     MEGACTLHOSTS    = nielsen
index 53ce00d6cf76da5fc637eb0e6bd7ab3c83a25d12..546bf1cb5de0a3bcf4daeeb37c0e2461d629f2b7 100644 (file)
@@ -117,11 +117,6 @@ source s_local {
         # messages from the kernel
         file("/dev/klog" program_override("kernel: ") follow-freq(1));
 <%- end -%>
-<%- if hostname == "paganini" -%>
-        # use the following line if you want to receive remote UDP logging messages
-        # (this is equivalent to the "-r" syslogd flag)
-        udp();
-<%- end -%>
 };
 
 <%- if (hostname == "lotti") || (hostname == "lully") -%>