Skip to content

Instantly share code, notes, and snippets.

@zeroDivisible
Created June 13, 2013 21:53
Show Gist options
  • Save zeroDivisible/5777707 to your computer and use it in GitHub Desktop.
Save zeroDivisible/5777707 to your computer and use it in GitHub Desktop.
install latest jsvc in Chef using provided rpm package.
# install latest version of jsvc package from yum
rpm_package "jakarta-commons-daemon-jsvc-1.0.1-8.9.el6.x86_64.rpm" do
action :install
source "/tmp/#{JSVC}"
options "--nodeps"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment