summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2013-01-07 16:03:01 -0500
committerAntoine Beaupré <anarcat@koumbit.org>2013-01-07 16:03:01 -0500
commitbce5cfbcd446477eb56f365035e86ecacdac6c6c (patch)
tree661474a38b3b86068a11523ac1a494f3fbe46704 /README
parentf6bbb8ff44e6c56bba34efd8b053ae47114ee4bc (diff)
parent2060c2fd7aae1e377a9d0fcb7da02da64e4f8da5 (diff)
Merge remote branch 'intrigeri/master' into dev
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..64f4a90
--- /dev/null
+++ b/README
@@ -0,0 +1,27 @@
+Parameters
+==========
+
+manage_distributions_conf, manage_incoming_conf
+-----------------------------------------------
+
+If true, the content of -respectively- the conf/distributions and
+conf/incoming files is managed by this module. Else, only the
+existence, ownership and permissions are.
+
+Default: true.
+
+basedir_mode
+------------
+
+This module manages the reprepro base directory and sets its
+permissions to `basedir_mode`.
+
+Default: 0771
+
+incoming_mode
+-------------
+
+This module manages the reprepro incoming directory and sets its
+permissions to `incoming_mode`.
+
+Default: 1777