-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71f0356
commit fec94a6
Showing
7 changed files
with
55 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
maintainer 'Eric G. Wolfe' | ||
maintainer 'Eric G. Wolfe' | ||
maintainer_email 'eric.wolfe@gmail.com' | ||
license 'Apache 2.0' | ||
description 'Installs/Configures gitlab' | ||
license 'Apache 2.0' | ||
description 'Installs/Configures gitlab' | ||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) | ||
name 'gitlab' | ||
version '6.9.0' | ||
name 'gitlab' | ||
version '6.9.0' | ||
|
||
%w[build-essential zlib readline ncurses git openssh redisio xml | ||
%w(build-essential zlib readline ncurses git openssh redisio xml | ||
ruby_build certificate database logrotate mysql nginx | ||
postgresql apt yum-epel].each do |cb_depend| | ||
postgresql apt yum-epel).each do |cb_depend| | ||
depends cb_depend | ||
end | ||
|
||
%w[ redhat centos scientific amazon debian ubuntu ].each do |os| | ||
%w(redhat centos scientific amazon debian ubuntu).each do |os| | ||
supports os | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters