diff options
author | Micah Anderson <micah@riseup.net> | 2013-02-13 11:07:44 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-02-13 11:07:44 -0500 |
commit | cc12ced0f3f62c975f9f711da67770ffb33d7ba7 (patch) | |
tree | bbde5c6f5a2df2da3e97780f04c45407dda49a5a /README | |
parent | d49d2ef054bb1764aa3d374870d6d6557b3234e3 (diff) | |
parent | ef40c3b4c8f7e9405397ccf8ca3f9fb8ace22328 (diff) |
Merge remote-tracking branch 'koumbit/multi_repo_support'
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ========== |