forked from sous-chefs/powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
25 lines (22 loc) · 1.09 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
name 'powershell'
maintainer 'Chef Software, Inc.'
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs/Configures PowerShell on the Windows platform'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '6.1.2'
recipe 'powershell::default', 'Makes sure RubyZip is installed (for powershell_module)'
recipe 'powershell::powershell2', 'Installs PowerShell 2.0'
recipe 'powershell::powershell3', 'Installs PowerShell 3.0'
recipe 'powershell::powershell4', 'Installs PowerShell 4.0'
recipe 'powershell::powershell5', 'Installs PowerShell 5.0'
recipe 'powershell::winrm', 'Configures WinRM'
recipe 'powershell::dsc', 'Desired State Configuration'
recipe 'powershell::enable_lcm', 'Enable the DSC Local Configuration Manager'
recipe 'powershell::disable_lcm', 'Disable the DSC Local Configuration Manager'
supports 'windows'
depends 'windows', '>= 3.0'
depends 'ms_dotnet', '>= 3.2.1'
source_url 'https://github.com/chef-cookbooks/powershell'
issues_url 'https://github.com/chef-cookbooks/powershell/issues'
chef_version '>= 12.6' if respond_to?(:chef_version)