Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 989 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 989 Bytes

awscli

Puppet Forge Build Status

Description

This Puppet module will install awscli. It is works with Debian and RedHat based distros.

Installation

puppet module install --modulepath /path/to/puppet/modules jdowning-awscli

Usage

class { 'awscli': }

Testing

You can test this module with rspec:

bundle install
bundle exec rake spec

Vagrant

You can also test this module in a Vagrant box. There are two box definitons included in the Vagrant file for CentOS and Ubuntu testing. You will need to use librarian-puppet to setup dependencies:

bundle install
bundle exec librarian-puppet install

To test both boxes:

vagrant up

To test one distribution:

vagrant up [centos|ubuntu]