]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
replace a few dijkstra occurrences with ubc-bl8
authorPeter Palfrader <peter@palfrader.org>
Sat, 16 May 2015 00:05:27 +0000 (02:05 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 16 May 2015 00:05:27 +0000 (02:05 +0200)
manifests/site.pp
modules/lvm/manifests/init.pp
modules/multipath/manifests/init.pp
modules/ntpdate/manifests/init.pp

index 4d3309c98a33588926db65be77f25e3ae0758327..0695176a96a7f48e711045ff3324056263cc060c 100644 (file)
@@ -48,7 +48,7 @@ node default {
                }
        }
 
-       if $::hostname in [pasquini,tristano,bertali,boito,dijkstra,luchesi,byrd,clementi,czerny,bm-bl1,bm-bl2,bm-bl3,bm-bl4,bm-bl5,bm-bl6,bm-bl7,bm-bl8,csail-node01,csail-node02,grnet-node01,grnet-node02] {
+       if $::hostname in [pasquini,tristano,bertali,boito,ubc-bl8,luchesi,byrd,clementi,czerny,bm-bl1,bm-bl2,bm-bl3,bm-bl4,bm-bl5,bm-bl6,bm-bl7,bm-bl8,csail-node01,csail-node02,grnet-node01,grnet-node02] {
                include ganeti2
        }
 
index 12684bd11079aabf4218a693a4756eab445a0058..94d0b2859a70ae924cfd9c2c822d64546b7ae6f1 100644 (file)
@@ -1,6 +1,6 @@
 class lvm {
        case $::hostname {
-               dijkstra,luchesi: {
+               ubc-bl8,luchesi: {
                        $conffile = 'lvm-ubc-ganeti.conf'
                }
                tristano,pasquini,bertali,boito: {
index 5357e242b8a580ab2b3f575d83d4e7deef734dc7..40002caf711a5f6210681123a271f64d9df76174 100644 (file)
@@ -14,7 +14,7 @@ class multipath {
                bm-bl1,bm-bl2,bm-bl3,bm-bl4,bm-bl5,bm-bl6,bm-bl7,bm-bl8,bm-bl13,bm-bl14: {
                        $conffile = 'multipath-bm.conf'
                }
-               dijkstra,luchesi,pasquini,tristano,bertali,boito: {
+               ubc-bl8,luchesi,pasquini,tristano,bertali,boito: {
                        $conffile = 'multipath-ubc-ganeti.conf'
                }
                default: {
index c514aafdb17bef2dbe584c7c6e303ef3d9ab9bfe..de9c335c4ff0c29458c471c3583781cfe05e8820 100644 (file)
@@ -9,7 +9,7 @@ class ntpdate {
                }
 
                $ntpservers = $::hostname ? {
-                       default => ['czerny.debian.org', 'clementi.debian.org', 'bm-bl1.debian.org', 'bm-bl2.debian.org', 'dijkstra.debian.org', 'luchesi.debian.org']
+                       default => ['czerny.debian.org', 'clementi.debian.org', 'bm-bl1.debian.org', 'bm-bl2.debian.org', 'ubc-bl8.debian.org', 'luchesi.debian.org']
                }
 
                file { '/etc/default/ntpdate':