]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Add buxtehude
authorPeter Palfrader <peter@palfrader.org>
Thu, 12 Jul 2012 16:38:26 +0000 (18:38 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 12 Jul 2012 16:38:26 +0000 (18:38 +0200)
modules/apache2/manifests/init.pp
modules/debian-org/misc/local.yaml
modules/exim/templates/submission-domains.erb
modules/exim/templates/virtualdomains.erb

index aed20f09e96bbc3d3ff7c627ad12f447515153fd..b89bafe12bda6805c7b92ad3df8b83081c70847e 100644 (file)
@@ -77,7 +77,7 @@ class apache2 {
                }
        }
 
-       if $::hostname in [busoni,duarte,holter,lindberg,master,powell,beach,widor] {
+       if $::hostname in [busoni,duarte,holter,lindberg,master,powell,beach,buxtehude,widor] {
                include apache2::dynamic
        } else {
                @ferm::rule { 'dsa-http':
index d45b9c1f3d0281f46475c73656fed47ee0577f1b..9b52c93bcba3cfcd80ff301c689df1996bb990ea 100644 (file)
@@ -154,6 +154,7 @@ services:
   bugsmaster:
   bugsmx:
     - busoni.debian.org
+    - buxtehude.debian.org
   bugs_mirror:
     - beach.debian.org
   dbmaster:
@@ -191,6 +192,7 @@ host_settings:
     - bellini.debian.org
     - bizet.debian.org
     - busoni.debian.org
+    - buxtehude.debian.org
     - chopin.debian.org
     - draghi.debian.org
     - franck.debian.org
index 0254419bbd5b9b9951a3d5b1ba817e25bf8ef7f4..bfbe0430f4ebcb4df6efa02ea868a89b39b42665 100644 (file)
@@ -3,6 +3,6 @@
 ### USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
 ###
 
-<% if scope.lookupvar('::hostname') == 'busoni' %>
+<% if %w{busoni buxtehude}.include?( scope.lookupvar('::hostname') ) %>
 bugs.debian.org
 <% end %>
index 8f7b4b06afdeb6b4b6bae22d95282ad4ae35d965..fa6eef43ad42404dd24213c98a15078cb18d0349 100644 (file)
@@ -22,6 +22,7 @@ vdoms = case scope.lookupvar('::fqdn')
         when "bellini.debian.org" then "popcon.debian.org: user=popcon group=popcon directory=/org/popcon.debian.org/mail/"
 
         when "busoni.debian.org" then "bugs.debian.org: user=debbugs group=debbugs directory=/srv/bugs.debian.org/mail"
+        when "buxtehude.debian.org" then "bugs.debian.org: user=debbugs group=debbugs directory=/srv/bugs.debian.org/mail"
 
         when "chopin.debian.org" then "security.debian.org: user=mail_security group=nogroup directory=/srv/security-master.debian.org/mail/"