Deploy /etc/cron.d/blog.
This commit is contained in:
parent
7d6ae95020
commit
272afbaf2e
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue