Sample use of gitlab with vagrant and berkshelf.
Bootstrap with:
knife solo bootstrap [user]@[hostname] -r "recipe[daft-gitlab-cookbook::default]"
Ubuntu.
Key | Type | Description | Default |
---|---|---|---|
['daft-gitlab-cookbook']['bacon'] | Boolean | whether to include bacon | true |
Include daft-gitlab-cookbook
in your node's run_list
:
{
"run_list": [
"recipe[daft-gitlab-cookbook::default]"
]
}
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Author:: YOUR_NAME (<YOUR_EMAIL>)