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

Purge old ruby version.

parent 3536cec9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -13,6 +13,12 @@ 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")
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