Deploy /etc/cron.d/blog.
This commit is contained in:
parent
7d6ae95020
commit
272afbaf2e
|
@ -22,6 +22,12 @@ execute 'mount -a' do
|
||||||
action :nothing
|
action :nothing
|
||||||
end
|
end
|
||||||
|
|
||||||
|
remote_file '/etc/cron.d/blog' do
|
||||||
|
owner 'root'
|
||||||
|
group 'root'
|
||||||
|
mode '644'
|
||||||
|
end
|
||||||
|
|
||||||
# Add monit configuration file for monitoring nginx logs:
|
# Add monit configuration file for monitoring nginx logs:
|
||||||
remote_file '/etc/monit/conf.d/blog-log.conf' do
|
remote_file '/etc/monit/conf.d/blog-log.conf' do
|
||||||
owner 'root'
|
owner 'root'
|
||||||
|
|
Loading…
Reference in New Issue