From ef6036e879f894697a03459501a994af930dc4f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Thu, 22 Dec 2016 21:37:05 -0500 Subject: harmonize variable alignment --- manifests/listchanges.pp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'manifests/listchanges.pp') 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 } -- cgit v1.2.3