Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdowning committed Aug 16, 2014
1 parent c67b009 commit 4522787
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'jdowning/awscli'
version '0.2.0'
version '1.0.0'
source 'https://github.com/justindowning/puppet-awscli'
author 'Justin Downing'
license 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Description

This Puppet module will install [awscli](https://github.com/aws/aws-cli). It is works with Debian/Ubuntu based distros. It should also work with RedHat/CentOS as long as the EPEL repository is available.
This Puppet module will install [awscli](https://github.com/aws/aws-cli). It is works with Debian and RedHat based distros.

## Installation

Expand Down
4 changes: 0 additions & 4 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
# Default: 'present'
# This variable is required.
#
# === Variables
#
# None
#
# === Examples
#
# class { awscli: }
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdowning/awscli",
"version": "0.2.0",
"version": "1.0.0",
"source": "https://github.com/justindowning/puppet-awscli",
"author": "Justin Downing",
"license": "Apache License, Version 2.0",
Expand Down

0 comments on commit 4522787

Please sign in to comment.