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

The snu_awscli cookbook has been deprecated

Author provided reason for deprecation:

The snu_awscli cookbook has been deprecated and is no longer being maintained by its authors. Use of the snu_awscli cookbook is no longer recommended.

RSS

snu_awscli (8) Versions 0.0.1

Installs/configures snu_awscli

Policyfile
Berkshelf
Knife
cookbook 'snu_awscli', '= 0.0.1', :supermarket
cookbook 'snu_awscli', '= 0.0.1'
knife supermarket install snu_awscli
knife supermarket download snu_awscli
README
Dependencies
Changelog
Quality 83%

Snu Awscli Cookbook README

Cookbook Version
Build Status

A cookbook for installing the AWS CLI in a Python 3 virtualenv.

Requirements

This cookbook is continously tested against a matrix of Chef versions and platforms:

  • Chef 14
  • Chef 13
  • Chef 12

X

  • Ubuntu 16.04
  • Ubuntu 14.04
  • Debian 9
  • Debian 8

Usage

Add the default recipe to your run list or declare an instance of the included resource in a recipe of your own.

Recipes

default

Uses a snu_awscli resource to install the AWS CLI.

Attributes

default

If desired, a specific version of the AWS CLI can be installed.

default['snu_awscli']['version'] = nil

Resources

snu_awscli

Manages the AWS Python CLI in a Python 3 virtualenv.

Syntax:

snu_awscli 'default' do
  version '1.2.3'
  action :install
end

Properties:

Property Default Description
version nil Install a specific version of awscli
action :install The action(s) to perform

Actions:

Action Description
:install Install the AWS CLI
:remove Uninstall the AWS CLI

Maintainers

Dependent cookbooks

poise-python >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Snu Awscli CHANGELOG

This file is used to list changes made in each version of the snu_awscli cookbook.

0.1.0 (2018-08-27)

  • Cut an initial release

0.0.1 (2018-08-26)

  • Development started

Collaborator Number Metric
            

0.0.1 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.0.1 passed this metric

Foodcritic Metric
            

0.0.1 passed this metric

No Binaries Metric
            

0.0.1 passed this metric

Testing File Metric
            

0.0.1 passed this metric

Version Tag Metric
            

0.0.1 passed this metric