Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. *node json*
  2. {
  3. "name": "devWeb1.seattle.internal.local",
  4. "chef_environment": "dev",
  5. "normal": {
  6. "fqdn": "devWeb1.seattle.internal.local",
  7. "platform": "windows",
  8. "tags": [
  9.  
  10. ]
  11. },
  12. "override_attributes": {
  13. "pos_iis": {
  14. "certificate_subject": "CN=devWeb1.seattle.internal.local"
  15. }
  16. },
  17. "run_list": [
  18. "recipe[pos_iis]",
  19. "recipe[carbon_calculator]"
  20. ]
  21. }
  22.  
  23.  
  24. *cookbook attribute*
  25. default['pos_iis']['certificate_subject'] = 'CN=invalid.seattle.internal.local'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement