Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. ---
  2. driver:
  3. name: docker
  4.  
  5. provisioner:
  6. name: chef_zero
  7. # You may wish to disable always updating cookbooks in CI or other testing environments.
  8. # For example:
  9. # always_update_cookbooks: <%= !ENV['CI'] %>
  10. always_update_cookbooks: true
  11.  
  12. verifier:
  13. name: inspec
  14.  
  15. platforms:
  16. - name: centos-6.8
  17. driver-config:
  18. forward:
  19. - 8080:8080
  20.  
  21. suites:
  22. - name: default
  23. run_list:
  24. - recipe[java::default]
  25. - recipe[tomcat::install]
  26. - recipe[tomcat::service]
  27. verifier:
  28. inspec_tests:
  29. - test/recipes
  30. attributes:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement