fixed test for changing aptitude to apt-get
[puppet-modules/puppetlabs-apt.git] / README.md
index 4ab857fb1118d43702f65907e8f02b13720b1994..5082e343376ca01fb5551e91fd12b3631682d9dd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
 apt
 ===
 
+[![Build Status](https://travis-ci.org/puppetlabs/puppetlabs-apt.png?branch=master)](https://travis-ci.org/puppetlabs/puppetlabs-apt)
+
+## Description
+Provides helpful definitions for dealing with Apt.
+=======
 Overview
 --------
 
@@ -106,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
 
@@ -212,4 +219,4 @@ Release Notes
 
 **1.1.0**
 
-This release includes Ubuntu 12.10 (Quantal) support for PPAs.
\ No newline at end of file
+This release includes Ubuntu 12.10 (Quantal) support for PPAs.