diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-03-23 01:19:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-03-23 01:19:31 -0300 |
commit | c8685874d58de41a324bcd7ae12328f1c9956511 (patch) | |
tree | 5b8ecc6c71279ff6f7573ccedb8a3ae64ab4d845 | |
parent | 3bd543774084d9f1e56a3ee2e0adbe1fb4ff98b3 (diff) | |
download | puppet-nodo-c8685874d58de41a324bcd7ae12328f1c9956511.tar.gz puppet-nodo-c8685874d58de41a324bcd7ae12328f1c9956511.tar.bz2 |
Minor fix
-rw-r--r-- | manifests/subsystems/sysctl.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/sysctl.pp b/manifests/subsystems/sysctl.pp index f6b7585..8c5009b 100644 --- a/manifests/subsystems/sysctl.pp +++ b/manifests/subsystems/sysctl.pp @@ -25,7 +25,7 @@ class sysctl { } exec { "/bin/echo '$printk_levels' > /proc/sys/kernel/printk": - subscribe => File["/etc/sysctl.d/kern.printk.conf"], + subscribe => File["/etc/sysctl.d/kernel.printk.conf"], refreshonly => true, } } |