Forge Home

11,358 downloads

11,125 latest version

3.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.0.1 (latest)
  • 1.0.0
released Jan 6th 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'justinclayton-awscli', '1.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add justinclayton-awscli
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install justinclayton-awscli --version 1.0.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: cloud, aws, amazon

Documentation

justinclayton/awscli — version 1.0.1 Jan 6th 2014

Build Status

Description

This module installs awscli via pip. Validated to run on CentOS 6.x, but might run elsewhere.

Installation

If you're using librarian-puppet, add a line to your Puppetfile:

mod 'justinclayton/awscli', '1.x'

Usage

To use this module in your manifests, simply add:

include awscli

If for some reason you don't want the module to use the public EPEL repo to retrieve python-pip (e.g., you are mirroring EPEL internally), use this syntax instead:

class { 'awscli':
  enable_epel => false,
}