Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- chef_type: role,
- description: A Development suite for workstations,
- env_run_lists: {
- development: [
- recipe[apt],
- recipe[build-essential],
- recipe[chromium],
- recipe[user::data_bag],
- recipe[foobar_git_user::data_bag],
- recipe[rvm::user],
- recipe[foobar_packagedependencies]
- ]
- },
- json_class: Chef::Role,
- name: devstation,
- override_attributes: {
- rvm: {
- user_installs: {
- user: deploy
- }
- },
- user: {
- ssh_keygen: false
- },
- users: [deploy]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment