prepare and halt, no gems

This commit is contained in:
Dustin Morgan
2015-09-23 18:27:28 -06:00
parent e126180f91
commit 5b1c34ecf5

View File

@@ -54,8 +54,6 @@ rm -f ~root/${EPEL_PKG}
yum -y install openssh-server openssh-clients sudo \
ruby ruby-devel make gcc rubygems rsync
chkconfig sshd on
gem install puppet
gem install chef
# Users, groups, passwords and sudoers.
@@ -118,3 +116,4 @@ rm -f ~root/.bash_history
rm -r "$(gem env gemdir)"/doc/*
yum clean all
halt