aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-12-15 22:11:34 +0100
committerintrigeri <intrigeri@boum.org>2010-12-15 22:11:34 +0100
commit2d4f6d3522e8ef157763b2788de6dc71dc054be2 (patch)
treed57242c3f2e87bca34ad942be1a5e5cba6faac23 /README
parent7ffedbad6b55bfc317e5a483da11470d7ce2a861 (diff)
downloadpuppet-apt-2d4f6d3522e8ef157763b2788de6dc71dc054be2.tar.gz
puppet-apt-2d4f6d3522e8ef157763b2788de6dc71dc054be2.tar.bz2
Fix 5237f9da.
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index ddcd249..99c6354 100644
--- a/README
+++ b/README
@@ -216,13 +216,13 @@ apt::listchanges
This class, when included, installs apt-listchanges and configures it using the
following variables, the defaults are below:
- $listchanges_version = "present"
- $listchanges_config = "apt/${operatingsystem}/listchanges_${lsbrelease}.erb"
- $listchanges_frontend = "pager"
- $listchanges_email = "root"
- $listchanges_confirm = "0"
- $listchanges_saveseen = "/var/lib/apt/listchanges.db"
- $listchanges_which = "both"
+ $apt_listchanges_version = "present"
+ $apt_listchanges_config = "apt/${operatingsystem}/listchanges_${lsbrelease}.erb"
+ $apt_listchanges_frontend = "pager"
+ $apt_listchanges_email = "root"
+ $apt_listchanges_confirm = "0"
+ $apt_listchanges_saveseen = "/var/lib/apt/listchanges.db"
+ $apt_listchanges_which = "both"
apt::proxy_client
-----------------