diff options
author | intrigeri <intrigeri@boum.org> | 2010-12-15 22:11:34 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-12-15 22:11:34 +0100 |
commit | 2d4f6d3522e8ef157763b2788de6dc71dc054be2 (patch) | |
tree | d57242c3f2e87bca34ad942be1a5e5cba6faac23 /README | |
parent | 7ffedbad6b55bfc317e5a483da11470d7ce2a861 (diff) |
Fix 5237f9da.
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 ----------------- |