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

unix_shells (2) Versions 0.2.2

Installs/Configures unix_shells

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

Travis-ci status: Build Status

Description

A cookbook that can install multiple UNIX shells.

Supported Platforms

  • Debian & derivatives.
  • Redhat & derivatives. ( Note: Not all shells supported )

Supported SHELLS

  • CSH - A shell with C-like syntax on Debian & derivatives.
  • BASH - The GNU Bourne Again SHell.
  • TCSH - The TENEX C Shell, an enhanced version of Berkeley csh.
  • KORN - A shell Written by David Korn, while at Bell Labs.
  • PDKSH - A Public domain version of the Korn shel. Requires attribute override.
  • MKSH - The MirBSD Korn Shell. Requires attribute override.

Attributes

  • attributes/korn.rb - Korn shell related attributes.

<pre><code>
Install public domain Korn shell
Set attribute ['unix_shells']['install_pdksh'] to 'yes'.

Install MirBSD Korn Shell
Set attribute ['unix_shells']['install_mksh'] to 'yes'.
</pre></code>

Usage

  • BASH - Apply recipe unix_shells::bash to your node to install the BASH shell.

  • CSH - Apply recipe unix_shells::csh to your node to install the CSH shell.

  • RC - Apply recipe unix_shells::rc to your node to install the RC shell.

  • SCSH - Apply recipe unix_shells::scsh to your node to install the SCSH shell.

  • TCSH - Apply recipe unix_shells::tcsh to your node to install the TCSH shell.

  • ZSH - Apply recipe unix_shells::zsh to your node to install the ZSH shell.

  • KORN - Apply recipe unix_shells::korn to your node to install the KORN shell.

  • PDKSH - Apply recipe unix_shells::korn AND set/override attribute ['unix_shells']['install_pdksh'] to yes.

  • MKSH - Apply recipe unix_shells::korn AND set/override attribute ['unix_shells']['install_mksh'] to yes.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found