]> git.openstreetmap.org Git - chef.git/blobdiff - roles/shenron.rb
imagery: add remainder of os_sv_diff
[chef.git] / roles / shenron.rb
index e276121698c30c38e082b0cfd643e0b1dc67f3eb..51d697e88960ddf007dea13e758c026c22bbc520 100644 (file)
@@ -7,7 +7,7 @@ default_attributes(
       :bretth => {
         :status => :user,
         :shell => "/usr/bin/git-shell"
-      },
+      }
     }
   },
   :apache => {
@@ -16,6 +16,11 @@ default_attributes(
       :max_requests_per_child => 2000
     }
   },
+  :hardware => {
+    :modules => [
+      "it87"
+    ]
+  },
   :networking => {
     :interfaces => {
       :external_ipv4 => {
@@ -30,10 +35,10 @@ default_attributes(
         :interface => "eth0",
         :role => :external,
         :family => :inet6,
-        :address => "2001:41c8:0010:0996:21d:7dff:fec3:df70",
+        :address => "2001:41c9:1:400::32",
         :prefix => "64",
         :gateway => "fe80::1"
-      },
+      }
     }
   },
   :openvpn => {