]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
improve example
authormh <mh@immerda.ch>
Sun, 17 Oct 2010 12:43:06 +0000 (14:43 +0200)
committermh <mh@immerda.ch>
Sun, 17 Oct 2010 12:43:06 +0000 (14:43 +0200)
README

diff --git a/README b/README
index b52a024a2dc395e2e390362dfd0030af4e75040c..5f8225ab71ab51b7e099c60cc02ec2d8d799ba95 100644 (file)
--- 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
 =========