]> git.openstreetmap.org Git - chef.git/commitdiff
blogs: fix bundler install run as blogs user
authorGrant Slater <github@firefishy.com>
Thu, 25 Apr 2024 11:11:39 +0000 (12:11 +0100)
committerGrant Slater <github@firefishy.com>
Thu, 25 Apr 2024 11:11:39 +0000 (12:11 +0100)
cookbooks/blogs/recipes/default.rb

index 6b181f2090714e70b1d461e4f45d2e61cf24dc20..6ebe4c2a2e2ffbe084073bcd219ab447aba9cb2b 100644 (file)
@@ -48,8 +48,8 @@ end
 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