Initial Chef repository
This commit is contained in:
16
cookbooks/ark/metadata.rb
Normal file
16
cookbooks/ark/metadata.rb
Normal file
@@ -0,0 +1,16 @@
|
||||
name 'ark'
|
||||
maintainer 'Bryan W. Berry'
|
||||
maintainer_email 'bryan.berry@gmail.com'
|
||||
license 'Apache 2.0'
|
||||
description 'Installs/Configures ark'
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version '0.9.0'
|
||||
|
||||
%w( debian ubuntu centos redhat fedora windows ).each do |os|
|
||||
supports os
|
||||
end
|
||||
|
||||
recipe 'ark::default', 'Installs and configures ark'
|
||||
|
||||
depends 'windows'
|
||||
depends '7-zip'
|
||||
Reference in New Issue
Block a user