Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

chocolatey (25) Versions 0.4.0

Install Chocolatey on Windows

Policyfile
Berkshelf
Knife
cookbook 'chocolatey', '= 0.4.0', :supermarket
cookbook 'chocolatey', '= 0.4.0'
knife supermarket install chocolatey
knife supermarket download chocolatey
README
Dependencies
Changelog
Quality 0%

Cookbook Version Build Status

Description

Install Chocolatey with the default recipe and manage packages with a handy resource/provider.

Requirements

Platform:

  • Windows
  • Chef 11.6 or greater

Cookbooks:

  • windows (~> 1.31)

Notes

As of Chocolatey version
0.9.8.24
the install directory for Chocolatey has changed from C:\Chocolatey to
C:\ProgramData\Chocolatey.

More information can be gotten from the Chocolateywiki.

Attributes

  • node['chocolatey']['Uri'] - Defaults to "https://chocolatey.org/install.ps1".
  • node['chocolatey']['upgrade'] - Defaults to "true".

Recipes

  • chocolatey::default

Resources

chocolatey

Actions

  • install: Install a chocolatey package (default)
  • remove: Uninstall a chocolatey package
  • upgrade: Update a chocolatey package

Attribute Parameters

  • package: package to manage (default name)
  • source:
  • version: The version of the package to use.
  • args: arguments to the installation.

Examples

include_recipe 'chocolatey'

%w{sysinternals 7zip notepadplusplus GoogleChrome Console2}.each do |pack|
  chocolatey pack
end

%w{bash openssh grep}.each do |pack|
  chocolatey pack do
    source 'cygwin'
  end
end

chocolatey 'DotNet4.5'

chocolatey 'PowerShell'

License and Maintainer

Maintainer:: Guilhem Lettron (guilhem@lettron.fr)

License:: Apache 2.0

Dependent cookbooks

windows ~> 1.31

Contingent cookbooks

atom Applicable Versions
chefdk_bootstrap Applicable Versions
chocolatey-installer Applicable Versions
consul Applicable Versions
gauge Applicable Versions
icinga2 Applicable Versions
icinga2_core Applicable Versions
nodejs Applicable Versions
nsclient Applicable Versions
nscp Applicable Versions
nuget Applicable Versions
nugetclient Applicable Versions
opencv Applicable Versions
pantry Applicable Versions
phantomjs Applicable Versions
telegraf Applicable Versions
windev Applicable Versions
yacc Applicable Versions
zabbix Applicable Versions
zabbix-agent Applicable Versions
zabbix_agent_lite Applicable Versions
zabbix_lwrp Applicable Versions

chocolatey

v0.1.0 (2014-02-20)

  • Fix and tests

v0.0.5 (2013-04-30)

  • Initial release

Foodcritic Metric
            

0.4.0 failed this metric

FC031: Cookbook without metadata file: /tmp/cook/4b8b47a94986d763401b8867/chocolatey/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/4b8b47a94986d763401b8867/chocolatey/metadata.rb:1