Commit 90c39e12cae8e316f27d86c18b4ef7c0990f91a0

Authored by Jacob Vosmaer
1 parent e627dc14

Create empty cookbook for gitlab

files/gitlab-cookbooks/gitlab/metadata.rb 0 → 100644
... ... @@ -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"
... ...
files/gitlab-cookbooks/gitlab/recipes/default.rb 0 → 100644