-
Notifications
You must be signed in to change notification settings - Fork 28
/
metadata.rb
27 lines (24 loc) · 1.27 KB
/
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
#
# Cookbook:: nexus_repository_manager
#
# Copyright:: Copyright (c) 2017-present Sonatype, Inc. Apache License, Version 2.0.
name 'nexus_repository_manager'
maintainer 'Copyright (c) 2017-present Sonatype, Inc.'
maintainer_email 'cloud-ops@sonatype.com'
license 'Apache-2.0'
description 'Installs/Configures Nexus Repository Manager'
long_description 'Installs/Configures Nexus Repository Manager'
version '0.1.0'
chef_version '>= 12.1' if respond_to?(:chef_version)
issues_url 'https://github.com/sonatype/chef-nexus/issues'
source_url 'https://github.com/sonatype/chef-nexus'
supports 'ubuntu', '>= 16.04'
supports 'centos', '>= 7.3'
recipe 'nexus_repository_manager::default', 'Installs Nexus Repository Manager and starts it as systemd service.'
recipe 'nexus_repository_manager::docker', 'Installs Nexus Repository Manager. Instead of a systemd service start-nexus-repository-manager.sh is provided in SONATYPE_DIR.'
recipe 'nexus_repository_manager::rh-docker', 'Installs Nexus Repository Manager. Customized to run in Red Hat OpenShift and Kubernetes. Instead of a systemd service start-nexus-repository-manager.sh is provided in SONATYPE_DIR.'
depends 'java', '~> 3.1.2'
depends 'tar', '~> 2.1'
depends 'limits', '~> 1.0.0'
depends 'poise-python', '~> 1.7.0'
depends 's3_file', '~> 2.8.5'