summaryrefslogtreecommitdiff
path: root/manifests/listchanges.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 21:37:05 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 21:37:05 -0500
commitef6036e879f894697a03459501a994af930dc4f6 (patch)
tree02c613ffc19e3c300279750a2152e4fa222d3792 /manifests/listchanges.pp
parent9493b62187b814e872eb27f4a6a18c53b5076906 (diff)
harmonize variable alignment
Diffstat (limited to 'manifests/listchanges.pp')
-rw-r--r--manifests/listchanges.pp15
1 files changed, 8 insertions, 7 deletions
diff --git a/manifests/listchanges.pp b/manifests/listchanges.pp
index 2c5641a..642986b 100644
--- a/manifests/listchanges.pp
+++ b/manifests/listchanges.pp
@@ -1,12 +1,13 @@
-class apt::listchanges(
+class apt::listchanges (
$ensure_version = 'installed',
- $config = "apt/${::operatingsystem}/listchanges.erb",
- $frontend = 'mail',
- $email = 'root',
- $confirm = '0',
- $saveseen = '/var/lib/apt/listchanges.db',
- $which = 'both'
+ $config = "apt/${::operatingsystem}/listchanges.erb",
+ $frontend = 'mail',
+ $email = 'root',
+ $confirm = '0',
+ $saveseen = '/var/lib/apt/listchanges.db',
+ $which = 'both',
){
+
package { 'apt-listchanges':
ensure => $ensure_version
}