summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-24 15:03:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-24 15:03:59 -0300
commit44f10655e263e9d160b05ec03cbdf092233a2f41 (patch)
treed839521c3d794c20715b79f54dbbe7e0f42a3626
parent8a4a4c7b308bd748d4de158e7217e6617560bfc3 (diff)
downloadpuppet-syslog-ng-44f10655e263e9d160b05ec03cbdf092233a2f41.tar.gz
puppet-syslog-ng-44f10655e263e9d160b05ec03cbdf092233a2f41.tar.bz2
Use hiera
-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':