summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-02-13 11:58:37 -0500
committerMicah Anderson <micah@riseup.net>2013-02-13 11:58:37 -0500
commite20017a22d135361980c4889f1827e5ecd3fd1af (patch)
tree9e7c44c39cb7b481c8320ff73c785370ed0cba9d /README
parent4ea15148100fdf0f8b172901c41ba58b06ff0bec (diff)
parentcc12ced0f3f62c975f9f711da67770ffb33d7ba7 (diff)
Merge branch 'master' into leap
this brings our master back to before we made some changes. I've split out those changes into topic branches, and rebased them on top of the current state of master. I will merge those in next Conflicts: manifests/init.pp templates/distributions.erb
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
==========