Super simple cookbook to deploy Gitlab.
Ubuntu
| Key | Type | Description | Default |
|---|---|---|---|
| ['gitlab']['bacon'] | Boolean | whether to include bacon | true |
Include gitlab in your node's run_list:
{
"run_list": [
"recipe[gitlab::default]"
]
}Author:: Jürgen Brüder (hello@juergenbrueder.com) Author:: Edmund Haselwanter (me@ehaselwanter.com)