blob: 2114f2d70181709a18a7e9cf0c766d8584909930 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Variables
=========
$reprepro_manage_distributions_conf, $reprepro_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.
$reprepro_basedir_mode
-----------------------
This module manages the reprepro base directory and sets its
permissions to $reprepro_basedir_mode.
Default: 0771
$reprepro_incoming_mode
-----------------------
This module manages the reprepro incoming directory and sets its
permissions to $reprepro_incoming_mode.
Default: 1777
|