]> git.openstreetmap.org Git - chef.git/commitdiff
Reverse order of Bytemark nameservers
authorTom Hughes <tom@compton.nu>
Mon, 21 Jul 2014 11:27:17 +0000 (12:27 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 21 Jul 2014 11:27:17 +0000 (12:27 +0100)
roles/bytemark.rb

index 90d6afbbeb1e14127c107d1dafa5e9374ae188cb..7bcd61406f60a57eccd130c5cc5d1204433b2624 100644 (file)
@@ -3,7 +3,7 @@ description "Role applied to all servers at Bytemark"
 
 default_attributes(
   :networking => {
-    :nameservers => [ "[2001:41c8:2::1]", "[2001:41c8:2::2]", "80.68.80.24", "80.68.80.25" ],
+    :nameservers => [ "[2001:41c8:2::2]", "[2001:41c8:2::1]", "80.68.80.25", "80.68.80.24" ],
     :roles => {
       :external => {
         :zone => "bm"