Deploy /etc/cron.d/blog.

This commit is contained in:
Kazuhiro MUSASHI 2019-11-04 00:36:28 +08:00 committed by Gitea
parent 7d6ae95020
commit 272afbaf2e
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@ execute 'mount -a' do
action :nothing
end
remote_file '/etc/cron.d/blog' do
owner 'root'
group 'root'
mode '644'
end
# Add monit configuration file for monitoring nginx logs:
remote_file '/etc/monit/conf.d/blog-log.conf' do
owner 'root'