]> git.openstreetmap.org Git - chef.git/commitdiff
Update serverinfo cookbook for Ubuntu 16.04
authorTom Hughes <tom@compton.nu>
Mon, 30 May 2016 09:29:12 +0000 (10:29 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 30 May 2016 09:29:12 +0000 (10:29 +0100)
cookbooks/serverinfo/recipes/default.rb

index d7a103fd3a5b0b52e058925593d17578d762fc55..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