summaryrefslogtreecommitdiff
path: root/manifests/listchanges.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/listchanges.pp')
-rw-r--r--manifests/listchanges.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/listchanges.pp b/manifests/listchanges.pp
index ecbbe6d..2c5641a 100644
--- a/manifests/listchanges.pp
+++ b/manifests/listchanges.pp
@@ -7,7 +7,9 @@ class apt::listchanges(
$saveseen = '/var/lib/apt/listchanges.db',
$which = 'both'
){
- package { 'apt-listchanges': ensure => $ensure_version }
+ package { 'apt-listchanges':
+ ensure => $ensure_version
+ }
file { '/etc/apt/listchanges.conf':
content => template($apt::listchanges::config),