diff --git a/Modulefile b/Modulefile index 5ff2311..7d1e405 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'jdowning/awscli' -version '0.1.0' +version '0.1.1' source 'https://github.com/justindowning/puppet-awscli' author 'Justin Downing' license 'Apache License, Version 2.0' diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..3b0c6d0 --- /dev/null +++ b/metadata.json @@ -0,0 +1,66 @@ +{ + "name": "jdowning/awscli", + "version": "0.1.1", + "source": "https://github.com/justindowning/puppet-awscli", + "author": "Justin Downing", + "license": "Apache License, Version 2.0", + "summary": "Install awscli", + "description": "Install awscli", + "project_page": "https://github.com/justindowning/puppet-awscli", + "dependencies": [ ], + "operatingsystem_support": [ + { + "operatingsystem": "RedHat", + "operatingsystemrelease": [ + "5", + "6" + ] + }, + { + "operatingsystem": "CentOS", + "operatingsystemrelease": [ + "5", + "6" + ] + }, + { + "operatingsystem": "OracleLinux", + "operatingsystemrelease": [ + "5", + "6" + ] + }, + { + "operatingsystem": "Scientific", + "operatingsystemrelease": [ + "5", + "6" + ] + }, + { + "operatingsystem": "Debian", + "operatingsystemrelease": [ + "6", + "7" + ] + }, + { + "operatingsystem": "Ubuntu", + "operatingsystemrelease": [ + "10.04", + "12.04", + "14.04" + ] + } + ], + "requirements": [ + { + "name": "pe", + "version_requirement": "3.2.x" + }, + { + "name": "puppet", + "version_requirement": "3.x" + } + ] +}