Guest User

Untitled

a guest
Jan 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. mby:cookbooks DM-user$ knife role show base
  2. {
  3. "name": "base",
  4. "description": "Base role applied to all nodes",
  5. "json_class": "Chef::Role",
  6. "default_attributes": {
  7. "chef_client": {
  8. "interval": 300
  9. }
  10. },
  11. "override_attributes": {
  12. "chef_client": {
  13. "init_style": "init",
  14. "interval": 300
  15. }
  16. },
  17. "chef_type": "role",
  18. "run_list": [
  19. "recipe[chef-client::delete_validation]",
  20. "recipe[chef-client::config]",
  21. "recipe[chef-client::default]",
  22. "recipe[verification::default]"
  23. ]
  24. }
Add Comment
Please, Sign In to add comment