X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=5082e343376ca01fb5551e91fd12b3631682d9dd;hb=6283f6cf7214c17efe628858e98d28e5526c79fd;hp=c6d39151cc7e4669c0f964a18af0b40a94cf01f3;hpb=dc2a963a57105ec22cc8fcd5173c1a78025c0a7e;p=puppet-modules%2Fpuppetlabs-apt.git 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