summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-02-13 11:07:44 -0500
committerMicah Anderson <micah@riseup.net>2013-02-13 11:07:44 -0500
commitcc12ced0f3f62c975f9f711da67770ffb33d7ba7 (patch)
treebbde5c6f5a2df2da3e97780f04c45407dda49a5a /README
parentd49d2ef054bb1764aa3d374870d6d6557b3234e3 (diff)
parentef40c3b4c8f7e9405397ccf8ca3f9fb8ace22328 (diff)
Merge remote-tracking branch 'koumbit/multi_repo_support'
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 3e5d5d5..d4c5135 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
==========