summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2013-01-07 19:00:48 -0500
committerAntoine Beaupré <anarcat@koumbit.org>2013-01-07 19:00:48 -0500
commitb474c23d64343e4c5eb5e455482ec1cb2fc760fd (patch)
treef8ae337b6a0b8b54a7a56c265261511ef8cb2767 /README
parenta3f2d2f0c169bd0fd18c82cc6804bbe483bb736b (diff)
parentee9bb9d020f094367088c50627345e0f9b854925 (diff)
Merge branch 'master' into multi_repo_support
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
index 64f4a90..be572c4 100644
--- a/README
+++ b/README
@@ -1,3 +1,26 @@
+Reprepro module for Puppet
+==========================
+
+This module allows you to create a reprepro install easily. It can
+configure cron or a inotify daemon to process the incoming queue and
+takes care of configuration, user creation and so on.
+
+Upgrading from previous versions
+================================
+
+Older version were using a single monolithic class with global
+variables. We are now using a parametrized class instead, so you need
+to port your manifests.
+
+Instead of:
+
+ $reprepro_origin = 'example.com'
+ include reprepro
+
+... you should use:
+
+ class { 'reprepro': origin => 'example.com }
+
Parameters
==========