]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/blogs/recipes/default.rb
Run pluto through bundler
[chef.git] / cookbooks / blogs / recipes / default.rb
index da3b0da61cf8322051d92acbd8a71b93cbf8d7dd..ea0b3dc8f3ff6bc54e0f261bf8e34c7067bb7de6 100644 (file)
@@ -55,7 +55,7 @@ end
 
 execute "/srv/blogs.openstreetmap.org" do
   action :nothing
 
 execute "/srv/blogs.openstreetmap.org" do
   action :nothing
-  command "/usr/local/bin/pluto build -t osm -o build"
+  command "bundle exec /usr/local/bin/pluto build -t osm -o build"
   cwd "/srv/blogs.openstreetmap.org"
   user "blogs"
   group "blogs"
   cwd "/srv/blogs.openstreetmap.org"
   user "blogs"
   group "blogs"