improve example
This commit is contained in:
parent
b497ed88ef
commit
9d1a018eed
1 changed files with 7 additions and 0 deletions
7
README
7
README
|
@ -78,6 +78,13 @@ apt::preferences_snippet
|
||||||
|
|
||||||
A way to add pinning information to /etc/apt/preferences
|
A way to add pinning information to /etc/apt/preferences
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
apt::preferences_snippet{
|
||||||
|
'irssi-plugin-otr':
|
||||||
|
release => 'lenny-backports',
|
||||||
|
priority => 999;
|
||||||
|
}
|
||||||
|
|
||||||
Resources
|
Resources
|
||||||
=========
|
=========
|
||||||
|
|
Loading…
Reference in a new issue