summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2013-01-07 19:02:11 -0500
committerAntoine Beaupré <anarcat@koumbit.org>2013-01-07 19:02:11 -0500
commit69e70d1fefe62478d34c5b48d3eadad755bace9f (patch)
tree7a14a5e77375b70030d2ec39306e70d548b82a30
parentb474c23d64343e4c5eb5e455482ec1cb2fc760fd (diff)
mention multi-repository support
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
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
==========