From: Brian Galey Date: Wed, 29 May 2013 21:46:32 +0000 (-0700) Subject: Fix apt::release example in readme X-Git-Tag: 1.1.1~5^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=976d81a3b599ac48f037c27310b21944b5ec6d13;p=puppet-modules%2Fpuppetlabs-apt.git Fix apt::release example in readme --- diff --git a/README.md b/README.md index c6d3915..5082e34 100644 --- 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