Fix apt::release example in readme
authorBrian Galey <bkgaley@gmail.com>
Wed, 29 May 2013 21:46:32 +0000 (14:46 -0700)
committerBrian Galey <bkgaley@gmail.com>
Wed, 29 May 2013 21:46:32 +0000 (14:46 -0700)
README.md

index c6d39151cc7e4669c0f964a18af0b40a94cf01f3..5082e343376ca01fb5551e91fd12b3631682d9dd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -111,7 +111,9 @@ Adds a ppa repository using `add-apt-repository`.
 
 Sets the default apt release. This class is particularly useful when using repositories, like Debian, that are unstable in Ubuntu.
 
-    apt::release { 'karmic': }
+    class { 'apt::release':
+      release_id => 'precise',
+    }
 
 ###apt::source