Skip to content

Commit

Permalink
Merge pull request elastic#18 from electrical/testing_centos7
Browse files Browse the repository at this point in the history
[Testing] Make centos7 working
  • Loading branch information
electrical committed Jul 10, 2015
2 parents 6d6b3e4 + 02fb544 commit c574d0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .kitchen.yml
Expand Up @@ -38,6 +38,10 @@ platforms:
provision_command:
- sed -ri 's/^#?PermitRootLogin .*/PermitRootLogin yes/' /etc/ssh/sshd_config
- sed -ri 's/^#?PasswordAuthentication .*/PasswordAuthentication yes/' /etc/ssh/sshd_config
- yum -y install initscripts ruby
- 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
- chown kitchen:kitchen /tmp/verifier -R
- yum clean all
privileged: true

verifier:
Expand Down

0 comments on commit c574d0b

Please sign in to comment.