From: Tom Hughes Date: Thu, 30 Jun 2022 21:45:09 +0000 (+0100) Subject: Install bundle as root for blog aggregator X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/21676e39dac79c9baa792af6bf5a1cecc83787a0 Install bundle as root for blog aggregator --- diff --git a/cookbooks/blogs/recipes/default.rb b/cookbooks/blogs/recipes/default.rb index eb13152fa..a3c8eebee 100644 --- a/cookbooks/blogs/recipes/default.rb +++ b/cookbooks/blogs/recipes/default.rb @@ -47,8 +47,8 @@ end bundle_install "/srv/blogs.openstreetmap.org" do action :nothing options "--deployment" - user "blogs" - group "blogs" + user "root" + group "root" notifies :run, "bundle_exec[/srv/blogs.openstreetmap.org]", :immediately end