summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index b29cf44..605dd4d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
class syslog-ng(
- $log_kernel_msgs = true
+ $log_kernel_msgs = hiera('syslog-ng::log_kernel_msgs', true)
) {
# see https://bugs.launchpad.net/ubuntu/+source/syslog-ng/+bug/1242173
package { 'syslog-ng-core':