Skip to content

Commit

Permalink
blogs: fix bundler install run as blogs user
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Apr 25, 2024
1 parent 16da621 commit 3e88a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/blogs/recipes/default.rb
Expand Up @@ -48,8 +48,8 @@
bundle_install "/srv/blogs.openstreetmap.org" do
action :nothing
options "--deployment"
user "root"
group "root"
user "blogs"
group "blogs"
notifies :run, "bundle_exec[/srv/blogs.openstreetmap.org]", :immediately
end

Expand Down

0 comments on commit 3e88a23

Please sign in to comment.