]> git.openstreetmap.org Git - chef.git/blobdiff - roles/konqi.rb
name template script correctly
[chef.git] / roles / konqi.rb
index 5f7fb006ff832ecb0c978c58bd7b6f4d6a15a0fc..6d51f093815b36f12ab23c6fae897e1284bcc877 100644 (file)
@@ -5,7 +5,7 @@ default_attributes(
   :networking => {
     :interfaces => {
       :external_ipv4 => {
-        :interface => "p2p1",
+        :interface => "p4p1",
         :role => :external,
         :family => :inet,
         :address => "81.7.11.83",
@@ -13,10 +13,10 @@ default_attributes(
         :gateway => "81.7.11.1"
       },
       :external_ipv6 => {
-        :interface => "p2p1",
+        :interface => "p4p1",
         :role => :external,
         :family => :inet6,
-        :address => "2a02:180:1:1::517:ad5",
+        :address => "2a02:180:1:1::517:b53",
         :prefix => "64",
         :gateway => "2a02:180:1:1::1"
       }
@@ -29,14 +29,13 @@ default_attributes(
   :tilecache => {
     :tile_parent => "germany.render.openstreetmap.org",
     :tile_siblings => [
-       "tabaluga.openstreetmap.org",
-       "katie.openstreetmap.org",
-       "trogdor.openstreetmap.org",
-       "nepomuk.openstreetmap.org",
-       "ridgeback.openstreetmap.org",
-       "fume.openstreetmap.org",
-       "gorynych.openstreetmap.org",
-       "simurgh.openstreetmap.org"
+      "katie.openstreetmap.org",
+      "trogdor.openstreetmap.org",
+      "nepomuk.openstreetmap.org",
+      "ridgeback.openstreetmap.org",
+      "fume.openstreetmap.org",
+      "gorynych.openstreetmap.org",
+      "simurgh.openstreetmap.org"
     ]
   }
 )