Guest User

Untitled

a guest
Jan 16th, 2014
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. {
  2. chef_type: role,
  3. description: A Development suite for workstations,
  4. env_run_lists: {
  5. development: [
  6. recipe[apt],
  7. recipe[build-essential],
  8. recipe[chromium],
  9. recipe[user::data_bag],
  10. recipe[foobar_git_user::data_bag],
  11. recipe[rvm::user],
  12. recipe[foobar_packagedependencies]
  13. ]
  14. },
  15. json_class: Chef::Role,
  16. name: devstation,
  17. override_attributes: {
  18. rvm: {
  19. user_installs: {
  20. user: deploy
  21. }
  22. },
  23. user: {
  24. ssh_keygen: false
  25. },
  26. users: [deploy]
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment