Created
June 13, 2013 21:53
-
-
Save zeroDivisible/5777707 to your computer and use it in GitHub Desktop.
install latest jsvc in Chef using provided rpm package.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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