Remove references to backports_url parameter and squeeze from README.
This commit is contained in:
parent
98b4be5570
commit
f86963aab1
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -204,7 +204,7 @@ Example usage:
|
||||||
### use_lts
|
### use_lts
|
||||||
|
|
||||||
If this variable is set to true the CODENAME-lts sources (such as
|
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
|
By default this is false for backward compatibility with older
|
||||||
versions of this module.
|
versions of this module.
|
||||||
|
@ -212,7 +212,7 @@ Example usage:
|
||||||
### use_volatile
|
### use_volatile
|
||||||
|
|
||||||
If this variable is set to true the CODENAME-updates sources (such as
|
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
|
By default this is false for backward compatibility with older
|
||||||
versions of this module.
|
versions of this module.
|
||||||
|
@ -234,11 +234,11 @@ Example usage:
|
||||||
By default this is false for backward compatibility with older
|
By default this is false for backward compatibility with older
|
||||||
versions of this module.
|
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
|
These variables allow to override the default APT mirrors respectively
|
||||||
used for the standard Debian archives, the Debian security archive,
|
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
|
### ubuntu_url
|
||||||
|
|
||||||
|
@ -481,7 +481,7 @@ A way to add pinning information to files in `/etc/apt/preferences.d/`
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
apt::preferences_snippet { 'irssi-plugin-otr':
|
apt::preferences_snippet { 'irssi-plugin-otr':
|
||||||
release => 'squeeze-backports',
|
release => 'jessie-backports',
|
||||||
priority => 999,
|
priority => 999,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue