Skip to content
Snippets Groups Projects
Commit c5f380fd authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Do not purge old ruby, aws requires it.

parent ecbed1fc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -13,13 +13,6 @@ directory "/tmp" do
mode 0777
end
 
# Remove ruby 1.8.7 installation
if platform?("ubuntu", "debian")
package 'ruby1.8' do
action :purge
end
end
# 1. Packages / Dependencies
include_recipe "apt" if platform?("ubuntu", "debian")
include_recipe "yum::epel" if platform?("centos")
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment