This commit is contained in:
2019-05-14 13:32:14 -04:00
parent 7dae237eb0
commit 6e69a84284
39 changed files with 727 additions and 0 deletions

View 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