From: mh Date: Sun, 17 Oct 2010 12:43:06 +0000 (+0200) Subject: improve example X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9d1a018eedee3f65e2651cd1e3bdd9da5ae5518d;p=puppet-apt.git improve example --- diff --git a/README b/README index b52a024..5f8225a 100644 --- a/README +++ b/README @@ -78,6 +78,13 @@ apt::preferences_snippet A way to add pinning information to /etc/apt/preferences +Example: + + apt::preferences_snippet{ + 'irssi-plugin-otr': + release => 'lenny-backports', + priority => 999; + } Resources =========