]> git.openstreetmap.org Git - chef.git/blobdiff - roles/base.rb
Set sane console log defaults
[chef.git] / roles / base.rb
index faa580d9aeec8541f8012c127fd0ed65fefe0bb5..2a4f732a587ef5d1cd225a67e109cac3eefb00ea 100644 (file)
@@ -77,6 +77,12 @@ default_attributes(
       :parameters => {
         "kernel.sched_autogroup_enabled" => 0
       }
       :parameters => {
         "kernel.sched_autogroup_enabled" => 0
       }
+    },
+    :default_console_log_level => {
+      :comment => "Set console log level defaults",
+      :parameters => {
+        "kernel.printk" => "4 4 1 7"
+      }
     }
   }
 )
     }
   }
 )
@@ -88,7 +94,6 @@ run_list(
   "recipe[devices]",
   "recipe[hardware]",
   "recipe[prometheus]",
   "recipe[devices]",
   "recipe[hardware]",
   "recipe[prometheus]",
-  "recipe[munin::plugins]",
   "recipe[networking]",
   "recipe[exim]",
   "recipe[ntp]",
   "recipe[networking]",
   "recipe[exim]",
   "recipe[ntp]",