mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
cron.d entries should be mode 644.
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
- { file: opentracker-ipv6.conf, dest: /etc/opentracker/opentracker-ipv6.conf, mode: 644 }
|
||||
- { file: torrent-httpd.conf, dest: /etc/httpd/conf.d/torrent.conf, mode: 644 }
|
||||
- { file: spins-httpd.conf, dest: /etc/httpd/conf.d/spins.conf, mode: 644 }
|
||||
- { file: torrent-web-generate.cron, dest: /etc/cron.d/torrent-web-generate, mode: 755 }
|
||||
- { file: torrent-hash.cron, dest: /etc/cron.d/torrent-hash.cron, mode: 755 }
|
||||
- { file: torrent-web-generate.cron, dest: /etc/cron.d/torrent-web-generate, mode: 644 }
|
||||
- { file: torrent-hash.cron, dest: /etc/cron.d/torrent-hash.cron, mode: 644 }
|
||||
- { file: bittorrent.logrotate, dest: /etc/logrotate.d/bittorrent, mode: 644 }
|
||||
- { file: torrent-data.py, dest: /usr/local/bin/torrent-data.py, mode: 755 }
|
||||
- { file: torrentjsonstats.py, dest: /usr/local/bin/torrentjsonstats.py, mode: 755 }
|
||||
|
||||
Reference in New Issue
Block a user