]> git.openstreetmap.org Git - chef.git/commitdiff
Install bundle as root for blog aggregator
authorTom Hughes <tom@compton.nu>
Thu, 30 Jun 2022 21:45:09 +0000 (22:45 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 30 Jun 2022 23:14:16 +0000 (00:14 +0100)
cookbooks/blogs/recipes/default.rb

index eb13152fa3849cc13e93c8d86dd2566ab4fdfd21..a3c8eebeeebadd6648fbdbc4d54ee9373aa951b2 100644 (file)
@@ -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