]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db.rb
Use systemd to manage munin-node on Ubuntu 15.10
[chef.git] / roles / db.rb
index e3df5d3d796b4869fa09c16bbee24223196afc63..670b745fd78a264aefa9ed50ac8f7dbee8998275 100644 (file)
@@ -10,6 +10,11 @@ default_attributes(
       }
     }
   },
+  :apt => {
+    :unattended_upgrades => {
+      :enable => false
+    }
+  },
   :munin => {
     :plugins => {
       :postgres_connections_openstreetmap => {
@@ -44,8 +49,7 @@ default_attributes(
         :checkpoint_completion_target => "0.8",
         :cpu_tuple_cost => "0.1",
         :late_authentication_rules => [
-          { :address => "146.179.159.160/27" },
-          { :address => "193.63.75.96/27" }
+          { :address => "146.179.159.160/27" }
         ]
       }
     }