From 452278757c61452a5e0dfbbe6a5e4124116e18e5 Mon Sep 17 00:00:00 2001 From: Justin Downing Date: Sat, 16 Aug 2014 15:01:09 -0400 Subject: [PATCH] Release 1.0.0 --- Modulefile | 2 +- README.md | 2 +- manifests/init.pp | 4 ---- metadata.json | 2 +- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Modulefile b/Modulefile index 801eb4d..8e87483 100644 --- a/Modulefile +++ b/Modulefile @@ -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' diff --git a/README.md b/README.md index 4144def..275808f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/manifests/init.pp b/manifests/init.pp index e0b9d2d..7c027a5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -9,10 +9,6 @@ # Default: 'present' # This variable is required. # -# === Variables -# -# None -# # === Examples # # class { awscli: } diff --git a/metadata.json b/metadata.json index 23be988..6b4966f 100644 --- a/metadata.json +++ b/metadata.json @@ -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",