cookbooks/aws-parallelcluster-awsbatch/metadata.rb (15 lines of code) (raw):
# frozen_string_literal: true
name 'aws-parallelcluster-awsbatch'
maintainer 'Amazon Web Services'
license 'Apache-2.0'
description 'Manages AWS Batch in AWS ParallelCluster'
issues_url 'https://github.com/aws/aws-parallelcluster/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '>= 18'
version '3.14.0'
depends 'iptables', '~> 8.0.0'
depends 'nfs', '~> 5.1.5'
depends 'line', '~> 4.5.21'
depends 'openssh', '~> 2.11.14'
depends 'yum', '~> 7.4.20'
depends 'yum-epel', '~> 5.0.8'
depends 'aws-parallelcluster-shared', '~> 3.14.0'