Advertisement
luisg_muniz

Kitchen (Linux) Docker

Jun 20th, 2019
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 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. client_rb:
  12. chef_license: accept
  13.  
  14. verifier:
  15. name: inspec
  16.  
  17. platforms:
  18. - name: centos-6.7
  19.  
  20. suites:
  21. - name: default
  22. run_list:
  23. - recipe[apache::default]
  24. verifier:
  25. inspec_tests:
  26. - test/smoke/default
  27. attributes:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement