-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathmetadata.rb
24 lines (20 loc) · 841 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
name 'rundeck'
maintainer 'Panagiotis Papadomitsos'
maintainer_email 'pj@ezgr.net'
license 'Apache 2.0'
description 'Installs and configures the Rundeck administration console'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')).chomp
version IO.read(File.join(File.dirname(__FILE__), 'VERSION')).chomp rescue '0.1.0'
recipe 'rundeck', 'Installs the Rundeck administration console'
depends 'yum'
depends 'apt'
depends 'java'
depends 'logrotate'
depends 'partial_search'
depends 'supervisor'
depends 'nginx'
depends 'openresty'
supports 'ubuntu', '>= 12.04'
supports 'debian', '>= 6.0'
supports 'centos', '>= 6.0'
supports 'redhat', '>= 9.0'