From 69e70d1fefe62478d34c5b48d3eadad755bace9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Mon, 7 Jan 2013 19:02:11 -0500 Subject: mention multi-repository support --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index be572c4..595540d 100644 --- a/README +++ b/README @@ -21,6 +21,12 @@ Instead of: class { 'reprepro': origin => 'example.com } +Even more recent versions do not use parametrized classes anymore but +defines, in order to support multiple repositories. So you should do +instead: + + reprepro::repository { "default": origin => 'example.com' } + Parameters ========== -- cgit v1.2.3