Skip to content

Commit

Permalink
tested and now works by moving libgcj earlier in the installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattray authored and jtimberman committed Dec 19, 2011
1 parent 5ab35c0 commit 3f273e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoss/recipes/server.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


case node[:platform] case node[:platform]
when "centos","redhat","scientific" when "centos","redhat","scientific"
package "libgcj" #moved here to make CentOS 5.6 happy package "libgcj" #moved here to make CentOS 5.6 happy (COOK-908)


yum_key "RPM-GPG-KEY-zenoss" do yum_key "RPM-GPG-KEY-zenoss" do
url "http://dev.zenoss.com/yum/RPM-GPG-KEY-zenoss" url "http://dev.zenoss.com/yum/RPM-GPG-KEY-zenoss"
Expand Down

0 comments on commit 3f273e5

Please sign in to comment.