stuff
This commit is contained in:
20
cookbooks/hosting/recipes/mkdir.rb
Normal file
20
cookbooks/hosting/recipes/mkdir.rb
Normal file
@ -0,0 +1,20 @@
|
||||
directory '/opt/theta42' do
|
||||
owner 'root'
|
||||
group 'root'
|
||||
mode '0755'
|
||||
action :create
|
||||
end
|
||||
|
||||
directory '/opt/theta42/bin' do
|
||||
owner 'root'
|
||||
group 'root'
|
||||
mode '0755'
|
||||
action :create
|
||||
end
|
||||
|
||||
directory '/opt/theta42/gitea' do
|
||||
owner 'gitea'
|
||||
group 'gitea'
|
||||
mode '0755'
|
||||
action :create
|
||||
end
|
Reference in New Issue
Block a user