From 71506d2f67bcf4555df99fdb030f4a6fd32945d9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 23 Mar 2011 00:52:58 -0300 Subject: Configuring kernel.printk --- manifests/subsystems/sysctl.pp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'manifests/subsystems/sysctl.pp') diff --git a/manifests/subsystems/sysctl.pp b/manifests/subsystems/sysctl.pp index f9cbb99..3e2e198 100644 --- a/manifests/subsystems/sysctl.pp +++ b/manifests/subsystems/sysctl.pp @@ -13,6 +13,14 @@ class sysctl { subscribe => File["/etc/sysctl.d/mmap_min_addr.conf"], refreshonly => true, } + + file { "/etc/sysctl.d/kernel.printk.conf": + owner => "root", + group => "root", + mode => 0644, + ensure => present, + content => "kernel.printk = 3 4 1 3\n", + } } class sysctl::laptop { -- cgit v1.2.3