Sha256: 4f1ebf2ef62d918bb85bb381d4bb9fb86af4160b60126ae762203b17360705d4
Contents?: true
Size: 425 Bytes
Versions: 9
Compression:
Stored size: 425 Bytes
Contents
version = ENV['PASSENGER_VERSION'] || ItamaePluginRecipeDaddy::PASSENGER_VERSION nginx_version = ENV['NGINX_VERSION'] || ItamaePluginRecipeDaddy::NGINX_VERSION gem_package 'passenger' do user 'root' version version options ['--verbose'] # to avoid read timeout error on docker end execute "rm -Rf /opt/nginx/nginx-#{nginx_version}" do user 'root' subscribes :run, 'gem_package[passenger]' action :nothing end
Version data entries
9 entries across 9 versions & 1 rubygems