Skip to content

Commit

Permalink
Create directories with chef
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed Aug 5, 2024
1 parent 1945777 commit c1644ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/providers/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@
action :create
end

directory '/var/www/redborder-ai' do
owner user
group group
mode '0755'
action :create
end

directory '/var/www/redborder-ai/cache/' do
owner user
group group
Expand Down

0 comments on commit c1644ab

Please sign in to comment.