-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
31 lines (26 loc) · 968 Bytes
/
metadata.rb
File metadata and controls
31 lines (26 loc) · 968 Bytes
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
#
# This file is part of the Mconf project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
name 'mconf-web'
maintainer 'mconf'
maintainer_email 'mconf@mconf.org'
license 'MPL v2.0'
description 'Sets up an instance of Mconf-Web'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.0'
supports 'ubuntu', '>= 14.04'
suggests 'mconf-db'
depends 'ruby_build', '~> 1.0.0' # chef 12
depends 'ruby_rbenv', '~> 1.1.0' # chef 12
depends 'apache2', '~> 3.2.0'
depends 'passenger_apache2', '~> 3.0.0'
depends 'htpasswd', '~> 0.2.4'
depends 'logrotate', '~> 1.9.0'
depends 'build-essential', '>= 2.0'
depends 'monit-ng', '~> 2.3.0' # chef 12
depends 'ubuntu', '~> 2.0.1' # chef 12
recipe 'mconf-web::default', 'Sets up an instance of Mconf-Web'