17 строки
557 B
Ruby
17 строки
557 B
Ruby
name 'snipe-it'
|
|
maintainer 'Microsoft'
|
|
maintainer_email 'chef@microsoft.com'
|
|
license 'MIT'
|
|
description 'Installs and configures Snipe-IT asset/license management system.'
|
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
|
version '0.1.0'
|
|
chef_version '>= 13.0' if respond_to?(:chef_version)
|
|
supports 'ubuntu', '= 16.04'
|
|
|
|
issues_url 'https://github.com/Microsoft/snipe-it-cookbook/issues'
|
|
source_url 'https://github.com/Microsoft/snipe-it-cookbook'
|
|
|
|
depends 'chef-vault', '~> 3.1'
|
|
depends 'composer', '~> 2.6'
|
|
depends 'nginx', '~> 8.1'
|