]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Merge branch 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa...
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 16 May 2015 07:26:49 +0000 (07:26 +0000)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 16 May 2015 07:26:49 +0000 (07:26 +0000)
* 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet:
  replace a few dijkstra occurrences with ubc-bl8

Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
Conflicts:
modules/lvm/manifests/init.pp

modules/lvm/manifests/init.pp
modules/ntpdate/manifests/init.pp

index a91d5a2a6d67d2381623fc61048a420bd5651c09..94d0b2859a70ae924cfd9c2c822d64546b7ae6f1 100644 (file)
@@ -1,6 +1,6 @@
 class lvm {
        case $::hostname {
-               ubc-bm8,luchesi: {
+               ubc-bl8,luchesi: {
                        $conffile = 'lvm-ubc-ganeti.conf'
                }
                tristano,pasquini,bertali,boito: {
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':