From f3f9667c768f7d0fc350167ebe6728ae403165a8 Mon Sep 17 00:00:00 2001 From: Cristian Falcas Date: Tue, 13 Sep 2016 12:35:55 +0300 Subject: [PATCH] fix parameter name in template name --- metadata.json | 2 +- templates/abrt/abrt.conf.el7 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 5c55791..2b460ba 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "cristifalcas-abrt", - "version": "2.0.0", + "version": "2.0.1", "author": "Falcas Cristian", "license": "Apache-2.0", "project_page": "https://github.com/cristifalcas/puppet-abrt", diff --git a/templates/abrt/abrt.conf.el7 b/templates/abrt/abrt.conf.el7 index af6b756..972ff2b 100644 --- a/templates/abrt/abrt.conf.el7 +++ b/templates/abrt/abrt.conf.el7 @@ -42,7 +42,7 @@ AutoreportingEnabled = <%= scope['abrt::autoreporting_enabled'] %> # Default value: Yes but only if application is running in GNOME desktop # session; otherwise No. # -<% if scope['abrt::shortenedReporting'] then -%>ShortenedReporting = "<%= scope['abrt::shortened_reporting'] -%>" +<% if scope['abrt::shortened_reporting'] then -%>ShortenedReporting = "<%= scope['abrt::shortened_reporting'] -%>" <% else -%># ShortenedReporting = yes <% end -%>