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 ([email protected]) Author:: Edmund Haselwanter ([email protected])