]> git.openstreetmap.org Git - chef.git/blobdiff - roles/base.rb
Use OS root certificiate bundle to avoid wordpress API via chef ruby
[chef.git] / roles / base.rb
index d37a4097da0e571e627665f1912870a92b5f432d..2a4f732a587ef5d1cd225a67e109cac3eefb00ea 100644 (file)
@@ -10,13 +10,6 @@ default_attributes(
       :jburgess => { :status => :administrator }
     }
   },
-  :munin => {
-    :plugins => {
-      :chrony => {
-        :systime => { :warning => "100", :critical => "250" }
-      }
-    }
-  },
   :networking => {
     :roles => {
       :internal => { :metric => 200 },
@@ -84,6 +77,12 @@ default_attributes(
       :parameters => {
         "kernel.sched_autogroup_enabled" => 0
       }
+    },
+    :default_console_log_level => {
+      :comment => "Set console log level defaults",
+      :parameters => {
+        "kernel.printk" => "4 4 1 7"
+      }
     }
   }
 )
@@ -95,7 +94,6 @@ run_list(
   "recipe[devices]",
   "recipe[hardware]",
   "recipe[prometheus]",
-  "recipe[munin::plugins]",
   "recipe[networking]",
   "recipe[exim]",
   "recipe[ntp]",