summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index 2114f2d..64f4a90 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-Variables
-=========
+Parameters
+==========
-$reprepro_manage_distributions_conf, $reprepro_manage_incoming_conf
--------------------------------------------------------------------
+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
@@ -10,18 +10,18 @@ existence, ownership and permissions are.
Default: true.
-$reprepro_basedir_mode
------------------------
+basedir_mode
+------------
This module manages the reprepro base directory and sets its
-permissions to $reprepro_basedir_mode.
+permissions to `basedir_mode`.
Default: 0771
-$reprepro_incoming_mode
------------------------
+incoming_mode
+-------------
This module manages the reprepro incoming directory and sets its
-permissions to $reprepro_incoming_mode.
+permissions to `incoming_mode`.
Default: 1777