File tree 3 files changed +10
-12
lines changed
3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh -eu
2
2
/usr/local/bin/rsync-no-vanished --delete -raX \
3
- files.devuan.org::devuan /opt/mirrors/ftp/devuan
3
+ files.devuan.org::devuan /opt/mirrors/ftp/devuan-cd
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ reverse lookup = no
61
61
path = /opt/mirrors/ftp/debian-cd
62
62
log file = /var/log/rsync/debian-cd.log
63
63
64
- [devuan]
65
- comment = devuan mirror
66
- path = /opt/mirrors/ftp/devuan
67
- log file = /var/log/rsync/devuan.log
64
+ [devuan-cd ]
65
+ comment = devuan-cd mirror
66
+ path = /opt/mirrors/ftp/devuan-cd
67
+ log file = /var/log/rsync/devuan-cd .log
68
68
69
69
[finnix]
70
70
comment = finnix releases mirror
Original file line number Diff line number Diff line change 1
1
class ocf_mirrors::projects::devuan {
2
2
file {
3
- ' /opt/mirrors/project/devuan' :
3
+ ' /opt/mirrors/project/devuan-cd ' :
4
4
ensure => directory ,
5
- source => ' puppet:///modules/ocf_mirrors/project/devuan' ,
5
+ source => ' puppet:///modules/ocf_mirrors/project/devuan-cd ' ,
6
6
owner => mirrors,
7
7
group => mirrors,
8
8
mode => ' 0755' ,
9
9
recurse => true ;
10
10
}
11
11
12
- # Looks like devuan doesn't have a timestamp file, so omitted ocf_mirrors::monitoring
13
-
14
- ocf_mirrors::timer { 'devuan' :
15
- exec_start => ' /opt/mirrors/project/devuan/sync-archive' ,
12
+ ocf_mirrors::timer { 'devuan-cd' :
13
+ exec_start => ' /opt/mirrors/project/devuan-cd/sync-archive' ,
16
14
hour => ' 0/6' ,
17
15
minute => ' 57' ,
18
- require => File [' /opt/mirrors/project/devuan' ];
16
+ require => File [' /opt/mirrors/project/devuan-cd ' ];
19
17
}
20
18
}
You can’t perform that action at this time.
0 commit comments