forked from jsirex/mongodb-lib-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
28 lines (22 loc) · 913 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
# frozen_string_literal: true
name 'mongodb-lib'
maintainer 'Yauhen Artsiukhou'
maintainer_email '[email protected]'
license 'MIT'
description 'Provides library functions for managing mongodb'
long_description 'Provides library functions for managing mongodb'
issues_url 'https://github.com/jsirex/mongodb-lib-cookbook/issues/' if respond_to?(:issues_url)
source_url 'https://github.com/jsirex/mongodb-lib-cookbook' if respond_to?(:source_url)
version '0.2.3'
supports 'debian'
supports 'ubuntu'
supports 'centos'
depends 'apt'
depends 'yum'
depends 'build-essential'
# We use 13 chef but it should be compatible with 12.7
chef_version '>= 12.7'
# Provided recipes
recipe 'mongodb-lib::mongo_gem', 'Installs mongo gem in compile time. Required for cluster operations'
# Automatically installed gems before chef run (new in 12.8)
# gem 'mongo', '>= 2.4.0'