Set max_propagation_days to 0 for CentOS
Upgrade scan-primary-mirror to 0.4.0 Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
parent
40da8bf522
commit
6a4ca1bac8
2 changed files with 3 additions and 3 deletions
|
@ -183,7 +183,7 @@
|
|||
- name: checkout scan-primary-mirror
|
||||
git:
|
||||
repo: https://github.com/adrianreber/scan-primary-mirror.git
|
||||
version: 0.3.0
|
||||
version: 0.4.0
|
||||
dest: /srv/scan-primary-mirror.git
|
||||
become: yes
|
||||
become_user: mirrormanager
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
common_rsync_options="--no-motd --timeout 14400"
|
||||
max_propagation_days = 2
|
||||
max_stale_days = 3
|
||||
max_propagation_days = 0
|
||||
max_stale_days = 0
|
||||
excludes=[".*\\.snapshot", ".*/\\.~tmp~"]
|
||||
|
||||
[database]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue