summaryrefslogtreecommitdiff
path: root/manifests/listchanges.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 21:25:13 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 21:25:13 -0500
commit9493b62187b814e872eb27f4a6a18c53b5076906 (patch)
treece4834dc055ef36c04d9bce3ac864c3311eedc0e /manifests/listchanges.pp
parent584b7aad338206026d62d846122e6bef532a2d2a (diff)
indent packages correctly
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),