From 976d81a3b599ac48f037c27310b21944b5ec6d13 Mon Sep 17 00:00:00 2001 From: Brian Galey Date: Wed, 29 May 2013 14:46:32 -0700 Subject: [PATCH] Fix apt::release example in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.32.3