aboutsummaryrefslogtreecommitdiff
path: root/templates/Debian/listchanges_lenny.erb
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-05 21:31:15 -0300
committermh <mh@immerda.ch>2012-06-05 21:31:15 -0300
commit39917fb4dbe21b1673ceabaa1d61180cca9f493b (patch)
treea359301fcff56065e9f8835a10925b4a6de07e4d /templates/Debian/listchanges_lenny.erb
parentf1a0eca4662f8c7ec47bfc3d60aa9099c8f9fa77 (diff)
downloadpuppet-apt-39917fb4dbe21b1673ceabaa1d61180cca9f493b.tar.gz
puppet-apt-39917fb4dbe21b1673ceabaa1d61180cca9f493b.tar.bz2
new style for 2.7
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') %>