Commit 90c39e12cae8e316f27d86c18b4ef7c0990f91a0
1 parent
e627dc14
Exists in
master
and in
17 other branches
Create empty cookbook for gitlab
Showing
2 changed files
with
11 additions
and
0 deletions
Show diff stats
| @@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
| 1 | +maintainer "GitLab.com" | ||
| 2 | +maintainer_email "support@gitlab.com" | ||
| 3 | +license "MIT" | ||
| 4 | +description "Install and configure GitLab from Omnibus" | ||
| 5 | +long_description "Install and configure GitLab from Omnibus" | ||
| 6 | +version "0.0.1" | ||
| 7 | +recipe "gitlab", "Configures GitLab from Omnibus" | ||
| 8 | + | ||
| 9 | +supports "ubuntu" | ||
| 10 | + | ||
| 11 | +depends "runit" |