Version information
released Jan 6th 2014
Start using this module
Add this module to your Puppetfile:
mod 'justinclayton-awscli', '1.0.1'
Learn more about managing modules with a PuppetfileDocumentation
justinclayton/awscli — version 1.0.1 Jan 6th 2014
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,
}
Dependencies
- stahnma/epel (>= 0.0.2)