]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/serverinfo/recipes/default.rb
Update serverinfo cookbook for Ubuntu 16.04
[chef.git] / cookbooks / serverinfo / recipes / default.rb
index eb6ed495800da0677960cdee2f46f35842741f26..e5fd33d22604d6f85a418a2ef134077981cfcbb8 100644 (file)
 include_recipe "apache::ssl"
 include_recipe "git"
 
-package "ruby2.0"
-package "ruby2.0-dev"
+package "ruby"
+package "ruby-dev"
 
-gem_package "jekyll" do
-  gem_binary "gem2.0"
-end
+gem_package "jekyll"
 
 git "/srv/hardware.openstreetmap.org" do
   action :sync
@@ -62,7 +60,7 @@ end
 
 execute "/srv/hardware.openstreetmap.org" do
   action :nothing
-  command "jekyll build"
+  command "jekyll build --trace"
   cwd "/srv/hardware.openstreetmap.org"
   user "nobody"
   group "nogroup"