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.0.4

Install Chocolatey on Windows

Policyfile
Berkshelf
Knife
cookbook 'chocolatey', '= 0.0.4', :supermarket
cookbook 'chocolatey', '= 0.0.4'
knife supermarket install chocolatey
knife supermarket download chocolatey
README
Dependencies
Quality -%

Description

Install Chocolatey with the default recipe and manage package with LWRP

Requirements

Work on Windows

Resource/Provider

This cookbook includes LWRPs for managing:
* chocolatey

htpasswd

Actions

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

Attribute Parameters

  • package_name: string or package to manage
  • package: package to manage (default package_name)
  • version
  • source
  • args: arguments to the installation

Example

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"

Dependent cookbooks

powershell >= 0.0.0

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

No quality metric results found