summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJérôme Charaoui <jcharaoui@cmaisonneuve.qc.ca>2016-06-30 21:17:49 +0200
committerJérôme Charaoui <jcharaoui@cmaisonneuve.qc.ca>2016-06-30 21:17:49 +0200
commitf86963aab144e6da9e2d6405991e7f72bde801a7 (patch)
treec9c0de6bb8889638703f65e386dc18721437c745 /README.md
parent98b4be5570064e8f6a962b11a3f48dc7834241a6 (diff)
Remove references to backports_url parameter and squeeze from README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index c0d5f85..3d094c3 100644
--- a/README.md
+++ b/README.md
@@ -204,7 +204,7 @@ Example usage:
### use_lts
If this variable is set to true the CODENAME-lts sources (such as
- squeeze-lts) are added.
+ wheezy-lts) are added.
By default this is false for backward compatibility with older
versions of this module.
@@ -212,7 +212,7 @@ Example usage:
### use_volatile
If this variable is set to true the CODENAME-updates sources (such as
- squeeze-updates) are added.
+ wheezy-updates) are added.
By default this is false for backward compatibility with older
versions of this module.
@@ -234,11 +234,11 @@ Example usage:
By default this is false for backward compatibility with older
versions of this module.
-### debian_url, security_url, backports_url, volatile_url
+### debian_url, security_url, volatile_url
These variables allow to override the default APT mirrors respectively
used for the standard Debian archives, the Debian security archive,
- the Debian official backports and the Debian Volatile archive.
+ and the Debian Volatile archive.
### ubuntu_url
@@ -481,7 +481,7 @@ A way to add pinning information to files in `/etc/apt/preferences.d/`
Examples:
apt::preferences_snippet { 'irssi-plugin-otr':
- release => 'squeeze-backports',
+ release => 'jessie-backports',
priority => 999,
}