Skip to content

Commit

Permalink
Install the system ruby for php applications
Browse files Browse the repository at this point in the history
  • Loading branch information
jfuechsl committed Apr 10, 2020
1 parent 511b3f7 commit 6c98a52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions cookbooks/php/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include_recipe "php::system_ruby"
include_recipe "php::install"
include_recipe "php::configure"
include_recipe "php::composer"
Expand Down
4 changes: 4 additions & 0 deletions cookbooks/php/recipes/system_ruby.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Install the ruby package. Newer versions of serverside need a Ruby available.
package "ruby" do
action :install
end

0 comments on commit 6c98a52

Please sign in to comment.