-
Notifications
You must be signed in to change notification settings - Fork 84
/
metadata.rb
39 lines (37 loc) · 803 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
maintainer 'Eric G. Wolfe'
maintainer_email '[email protected]'
license 'Apache 2.0'
description 'Installs/Configures gitlab'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
name 'gitlab'
version '10.8.0'
issues_url 'https://github.com/atomic-penguin/cookbook-gitlab/issues'
source_url 'https://github.com/atomic-penguin/cookbook-gitlab'
%w(
apt
build-essential
certificate
chef_nginx
database
git
logrotate
ncurses
nodejs
openssh
readline
redisio
ruby_build
xml
yarn
yum-epel
zlib
).each do |cb_depend|
depends cb_depend
end
depends 'mysql', '~> 6.0'
depends 'mysql2_chef_gem', '~> 1.0'
depends 'postgresql', '~> 6.0'
depends 'selinux_policy', '>= 2.1.0'
%w(redhat centos scientific amazon debian ubuntu).each do |os|
supports os
end