From a25a6cf15d4a7269f8adef787a20c75fbdb4bbd5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 5 May 2015 20:21:56 +0000 Subject: [PATCH] cron.d entries should be mode 644. --- roles/torrent/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/torrent/tasks/main.yml b/roles/torrent/tasks/main.yml index c7e3b585dc..f3577ab012 100644 --- a/roles/torrent/tasks/main.yml +++ b/roles/torrent/tasks/main.yml @@ -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 }