cookbook 'snu_awscli', '= 0.1.0'
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.
snu_awscli (8) Versions 0.1.0 Follow0
Installs/configures snu_awscli
cookbook 'snu_awscli', '= 0.1.0', :supermarket
knife supermarket install snu_awscli
knife supermarket download snu_awscli
Snu Awscli Cookbook README
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
- Jonathan Hartman jonathan.hartman@tylertech.com
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-28)
- Cut an initial release
0.0.1 (2018-08-26)
- Development started
License Metric
0.1.0 passed this metric
0.1.0 passed this metric