Guest User

Untitled

a guest
May 11th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. ---
  2. driver:
  3. name: vagrant
  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: testwin
  17. transport:
  18. name: winrm
  19. username: vagrant
  20. password: vagrant
  21.  
  22. suites:
  23. - name: default
  24. run_list:
  25. - recipe[winrm::default]
  26. verifier:
  27. inspec_tests:
  28. - test/integration/default
  29. attributes:
Add Comment
Please, Sign In to add comment