forked from sous-chefs/rundeck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
21 lines (19 loc) · 1.12 KB
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name 'rundeck'
maintainer 'Webtrends, Inc.'
maintainer_email 'Peter Crossley <[email protected]>'
license 'All rights reserved'
description 'Installs and configures Rundeck 2.0'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.0.5'
depends 'runit'
depends 'sudo'
depends 'java'
depends 'apache2'
%w{ debian ubuntu centos suse fedora redhat freebsd windows }.each do |os|
supports os
end
recipe 'rundeck::server', 'Use this recipe to install the rundeck server on a node'
recipe 'rundeck::chef-rundeck', 'Use this recipe to install the chef rundeck integration component, by default it is recommened to install on the chef server.'
recipe 'rundeck::default', 'Use this recipe to manage the node as a target in rundeck, this recipe is included in rundeck::server'
recipe 'rundeck::node_unix', "Unix\Linux platform configuration, do not use on a node, the default recipe uses this implmentation"
recipe 'rundeck::node_windows', 'Windows platform configuration, do not use on a node, the default recipe uses this implmentation'