forked from disney/couchbase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
21 lines (18 loc) · 707 Bytes
/
metadata.rb
File metadata and controls
21 lines (18 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name "couchbase"
maintainer "Julian C. Dunn"
maintainer_email "jdunn@chef.io"
license "MIT"
description "Installs and configures Couchbase Server."
long_description IO.read(File.join(File.dirname(__FILE__), "README.md"))
version "1.5.0"
issues_url "https://github.com/disney/couchbase/issues"
source_url "https://github.com/disney/couchbase"
%w{debian ubuntu centos redhat oracle amazon scientific windows}.each do |os|
supports os
end
%w{apt openssl windows yum}.each do |d|
depends d
end
recipe "couchbase::server", "Installs couchbase-server"
recipe "couchbase::client", "Installs libcouchbase"
recipe "couchbase::moxi", "Installs moxi-server"