]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
ancina: decommision rt#5316
authorHéctor Orón Martínez <zumbi@debian.org>
Tue, 30 Sep 2014 10:27:42 +0000 (12:27 +0200)
committerHéctor Orón Martínez <zumbi@debian.org>
Tue, 30 Sep 2014 10:27:42 +0000 (12:27 +0200)
Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>
modules/debian-org/misc/local.yaml
modules/ferm/manifests/per-host.pp
modules/ntp/templates/ntp.conf
modules/ntpdate/manifests/init.pp

index ce34ed2f754320418063d8eeb204f91f92379f4f..8375bdd638594525276e26800b2480e6f249f85f 100644 (file)
@@ -2,7 +2,6 @@
 nameinfo:
   abel.debian.org: Carl Friedrich Abel (1723 - 1787)
   adayevskaya.debian.org: Ella Georgiyevna Adayevskaya (February, 22nd 1846 [O.S. February 10th] - July 26th, 1926)
-  ancina.debian.org: Giovanni Giovenale Ancina (October 19th, 1545 - August 30th, 1604)
   antheil.debian.org: George Antheil (1900 - 1959)
   arcadelt.debian.org: Jacques Arcadelt (also Jacob Arcadelt) (?1507 - October 14th, 1568)
   arnold.debian.org: Malcolm Henry Arnold (1921 - 2006)
@@ -211,7 +210,6 @@ host_settings:
     - zelenka.debian.org
     # buildd
     - alkman.debian.org
-    - ancina.debian.org
     - antheil.debian.org
     - arcadelt.debian.org
     - arm-arm-01.debian.org
@@ -260,7 +258,6 @@ host_settings:
     - x86-bm-01.debian.org
   broken-rtc:
     - abel.debian.org
-    - ancina.debian.org
     - antheil.debian.org
     - arm-arm-01.debian.org
     - arm-arm-02.debian.org
@@ -278,7 +275,6 @@ host_settings:
     - rem.debian.org
     - sompek.debian.org
   mail_port:
-    ancina.debian.org: 2025
     klecker.debian.org: 2025
     zani.debian.org: 587
   no_munin:
index 39514bb7c926d3be435c8cc6629ee835ac46d9ad..b7312c5c9155ce3a1aa3c09035c5a22a104101f8 100644 (file)
@@ -1,5 +1,5 @@
 class ferm::per-host {
-       if $::hostname in [ancina,zandonai,zelenka] {
+       if $::hostname in [zandonai,zelenka] {
                include ferm::zivit
        }
 
index 4885e5719c712e0dc41b21547b67a40abe187607..9e68804708b1a5cb8e52415b954dd3901a680331 100644 (file)
@@ -22,8 +22,6 @@ server 2.debian.pool.ntp.org iburst dynamic
 server 3.debian.pool.ntp.org iburst dynamic
 
 leapfile /var/lib/ntp/leap-seconds.list
-<% elsif fqdn == "ancina.debian.org" -%>
-server ntp.ugent.be iburst dynamic
 <% elsif scope.lookupvar('site::nodeinfo')['misc']['natted'] -%>
 # autokey doesn't work behind nat
 
index 56b4b02ba2b18cdfefdfd293f5257639e1fdbdef..c514aafdb17bef2dbe584c7c6e303ef3d9ab9bfe 100644 (file)
@@ -9,7 +9,6 @@ class ntpdate {
                }
 
                $ntpservers = $::hostname ? {
-                       ancina  => 'ntp.ugent.be',
                        default => ['czerny.debian.org', 'clementi.debian.org', 'bm-bl1.debian.org', 'bm-bl2.debian.org', 'dijkstra.debian.org', 'luchesi.debian.org']
                }