aboutsummaryrefslogtreecommitdiff
path: root/templates/Debian/listchanges_lenny.erb
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-03-03 09:26:49 +0100
committervarac <varacanero@zeromail.org>2013-03-03 09:26:49 +0100
commite596bfb9306664ab4aef78bc05615904b7c6e7f2 (patch)
treed9759fedf3bdfdb4a4cd3aac1e3747abbeaacbd3 /templates/Debian/listchanges_lenny.erb
parent08b066db441375d1613d131767cb1c5bdd3bb60b (diff)
parentd51e2af9d452731f63b2fe16391e9cd2ff9d640f (diff)
downloadpuppet-apt-e596bfb9306664ab4aef78bc05615904b7c6e7f2.tar.gz
puppet-apt-e596bfb9306664ab4aef78bc05615904b7c6e7f2.tar.bz2
Merge remote-tracking branch 'remotes/origin/master' into nadir_master
Conflicts: README files/50unattended-upgrades files/lenny/50unattended-upgrades files/squeeze/50unattended-upgrades manifests/dist_upgrade.pp manifests/init.pp manifests/upgrade_package.pp
Diffstat (limited to 'templates/Debian/listchanges_lenny.erb')
-rw-r--r--templates/Debian/listchanges_lenny.erb10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/Debian/listchanges_lenny.erb b/templates/Debian/listchanges_lenny.erb
index 3624b39..1025dd0 100644
--- a/templates/Debian/listchanges_lenny.erb
+++ b/templates/Debian/listchanges_lenny.erb
@@ -1,7 +1,7 @@
[apt]
-frontend=<%= apt_listchanges_frontend %>
-email_address=<%= apt_listchanges_email %>
-confirm=<%= apt_listchanges_confirm %>
-save_seen=<%= apt_listchanges_saveseen %>
-which=<%= apt_listchanges_which %>
+frontend=<%= scope.lookupvar('apt::listchanges::frontend') %>
+email_address=<%= scope.lookupvar('apt::listchanges::email') %>
+confirm=<%= scope.lookupvar('apt::listchanges::confirm') %>
+save_seen=<%= scope.lookupvar('apt::listchanges::saveseen') %>
+which=<%= scope.lookupvar('apt::listchanges::which') %>