]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db.rb
Enable replication on ironbelly
[chef.git] / roles / db.rb
index e3df5d3d796b4869fa09c16bbee24223196afc63..b1c9e4f05be1c9dad93cb6d6e958f74c319ededa 100644 (file)
@@ -10,6 +10,11 @@ default_attributes(
       }
     }
   },
+  :apt => {
+    :unattended_upgrades => {
+      :enable => false
+    }
+  },
   :munin => {
     :plugins => {
       :postgres_connections_openstreetmap => {
@@ -45,7 +50,8 @@ default_attributes(
         :cpu_tuple_cost => "0.1",
         :late_authentication_rules => [
           { :address => "146.179.159.160/27" },
-          { :address => "193.63.75.96/27" }
+          { :address => "10.0.16.0/20" },
+          { :address => "10.0.32.0/20" }
         ]
       }
     }