Create storage director for blog data.
This commit is contained in:
parent
6cfb4cdccf
commit
e19fd992d3
|
@ -41,3 +41,9 @@ service 'monit' do
|
|||
action :nothing
|
||||
end
|
||||
|
||||
# Create storage directory for blog data
|
||||
directory '/home/webadm/works/public' do
|
||||
owner 'webadm'
|
||||
group 'webadm'
|
||||
mode '775'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue