]> git.openstreetmap.org Git - chef.git/blobdiff - roles/draco.rb
Update piwik to 2.10.0
[chef.git] / roles / draco.rb
index 2c373e4d5b1be7f810d4320e4ff5bb806fef1b3b..a5c7d9c20896526e42884091418f01c1dd1121eb 100644 (file)
@@ -2,9 +2,6 @@ name "draco"
 description "Master role applied to draco"
 
 default_attributes(
-  :apt => {
-    :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
-  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -17,7 +14,7 @@ default_attributes(
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.95"
+        :address => "128.40.45.195"
       }
     }
   },
@@ -33,5 +30,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-internal]"
+  "role[ucl-wolfson]",
+  "role[hp-g5]"
 )