Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
fix parameter name in template name
Browse files Browse the repository at this point in the history
  • Loading branch information
cristifalcas committed Sep 13, 2016
1 parent 27f34e4 commit f3f9667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion templates/abrt/abrt.conf.el7
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%>

Expand Down

0 comments on commit f3f9667

Please sign in to comment.