Skip to content

Commit

Permalink
Merge pull request fnichol#2 from danryan/chef11-rhel-fix
Browse files Browse the repository at this point in the history
no need for system Ruby with an omnibus install
  • Loading branch information
erikh committed Feb 9, 2013
2 parents fad6df2 + c388c42 commit fb5ca91
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/chef/knife/bootstrap/chef11/rhel.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ setup() {
sed -i.bak 's/SELINUX=enforcing/SELINUX=permissive/g' config
cd $OLDPWD
fi

yum install ruby rubygems ruby-devel -y
yum install readline-devel zlib-devel libyaml-devel openssl-devel \
make autoconf automake gcc tar libstdc++-devel gcc-c++ -y
/usr/bin/gem update --system
}

set_hostname_for_platform() {
Expand Down

0 comments on commit fb5ca91

Please sign in to comment.