Skip to content

Commit c574d0b

Browse files
author
Richard Pijnenburg
committed
Merge pull request elastic#18 from electrical/testing_centos7
[Testing] Make centos7 working
2 parents 6d6b3e4 + 02fb544 commit c574d0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.kitchen.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ platforms:
3838
provision_command:
3939
- sed -ri 's/^#?PermitRootLogin .*/PermitRootLogin yes/' /etc/ssh/sshd_config
4040
- sed -ri 's/^#?PasswordAuthentication .*/PasswordAuthentication yes/' /etc/ssh/sshd_config
41+
- yum -y install initscripts ruby
42+
- BUSSER_ROOT="/tmp/verifier" GEM_HOME="/tmp/verifier/gems" GEM_PATH="/tmp/verifier/gems" GEM_CACHE="/tmp/verifier/gems/cache" gem install --no-rdoc --no-ri rake
43+
- chown kitchen:kitchen /tmp/verifier -R
44+
- yum clean all
4145
privileged: true
4246

4347
verifier:

0 commit comments

Comments
 (0)