aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-12-15 14:49:34 -0500
committerMicah Anderson <micah@riseup.net>2010-12-15 14:49:34 -0500
commit5237f9dab0480ed7eb064826c6e92d315dabaddc (patch)
treeb6a0de2edcf83c824bab365ae25fd12ccd1fb61f /templates
parent4625afacaea115cb3ef20ba2b0f277890c480e93 (diff)
downloadpuppet-apt-5237f9dab0480ed7eb064826c6e92d315dabaddc.tar.gz
puppet-apt-5237f9dab0480ed7eb064826c6e92d315dabaddc.tar.bz2
change $listchanges_* to $apt_listchanges, not nice to clutter up the namespace like that
Diffstat (limited to 'templates')
-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 fec3b68..3624b39 100644
--- a/templates/Debian/listchanges_lenny.erb
+++ b/templates/Debian/listchanges_lenny.erb
@@ -1,7 +1,7 @@
[apt]
-frontend=<%= listchanges_frontend %>
-email_address=<%= listchanges_email %>
-confirm=<%= listchanges_confirm %>
-save_seen=<%= listchanges_saveseen %>
-which=<%= listchanges_which %>
+frontend=<%= apt_listchanges_frontend %>
+email_address=<%= apt_listchanges_email %>
+confirm=<%= apt_listchanges_confirm %>
+save_seen=<%= apt_listchanges_saveseen %>
+which=<%= apt_listchanges_which %>