Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. (C:Usersme.chefcookbookmybook.kitchen.yml):
  2. ---
  3. driver:
  4. name: hyperv
  5. parent_vhd_folder: c:HyperVVHDs
  6. parent_vhd_name: 2012R2_Fresh_Gen1.vhdx
  7. vm_switch: NAT
  8. memory_startup_bytes: 2GB
  9.  
  10. provisioner:
  11. name: chef_zero
  12. role_path: c:.chefroles
  13.  
  14. transport:
  15. password: mypass123
  16.  
  17. platforms:
  18. - name: windows-2012r2
  19.  
  20. suites:
  21. - name: default
  22. run_list:
  23. - role[myrole]
  24. attributes:
  25.  
  26. ERROR: Role win_base (included by 'top level') is in the runlist but does not exist. Skipping expand.
  27.  
  28. ================================================================================
  29. Error expanding the run_list:
  30. ================================================================================
  31.  
  32. Missing Role(s) in Run List:
  33. ----------------------------
  34. * win_base included by 'top level'
  35.  
  36. Original Run List
  37. -----------------
  38. * role[myrole]
  39. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement