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

cygwin (9) Versions 0.6.0

Installs/Configures cygwin

Policyfile
Berkshelf
Knife
cookbook 'cygwin', '= 0.6.0', :supermarket
cookbook 'cygwin', '= 0.6.0'
knife supermarket install cygwin
knife supermarket download cygwin
README
Dependencies
Quality 0%

cygwin cookbook

Supported Platforms

Windows

Providers

cygwin_package

Install or remove cygwin packages.

Example usage:

cygwin_package 'openssh' do
    action :install
end

<table>
<tr>
<th>Actions</th>
</tr>
<tr>
<td>:install</td>
</tr>
<tr>
<td>:uninstall</td>
</tr>
</table>

Recipes

cygwin::default

Installs cygwin

Attributes

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['cygwin']['download_path']</tt></td>
<td>String</td>
<td>Path to download the cygwin installer executable</td>
<td><tt>Chef::Config['file_cache_path']</tt></td>
</tr>
<tr>
<td><tt>['cygwin']['home']</tt></td>
<td>String</td>
<td>Path to install cygwin</td>
<td><tt>C:\cygwin</tt></td>
</tr>
<tr>
<td><tt>['cygwin']['site']</tt></td>
<td>String</td>
<td>Mirror to use for downloading packages</td>
<td><tt>http://mirrors.kernel.org/sourceware/cygwin/</tt></td>
</tr>
<tr>
<td><tt>['cygwin']['packages']</tt></td>
<td>Array<String></td>
<td>An optional list of cygwin packages to install</td>
<td><tt>[]</tt></td>
</tr>
</table>

cygwin::ssh

Installs cygwin and configures openssh

Attributes

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['cygwin']['ssh']['sshd_user']</tt></td>
<td>String</td>
<td>User to run sshd as</td>
<td><tt>cyg_server</tt></td>
</tr>
<tr>
<td><tt>['cygwin']['ssh']['sshd_passwd']</tt></td>
<td>String</td>
<td>Password for the sshd user</td>
<td><tt>nil</tt></td>
</tr>
</table>

License and Authors

Author:: Ryan Larson (ryan.mango.larson@gmail.com)

Author:: Ben Jansen (aogail@w007.org)

Foodcritic Metric
            

0.6.0 failed this metric

FC031: Cookbook without metadata file: /tmp/cook/ea9eea759d69cca3b26b67be/cygwin/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/ea9eea759d69cca3b26b67be/cygwin/metadata.rb:1