Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdowning committed Jun 8, 2014
1 parent afcd139 commit 9992d6e
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 1 deletion.
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.1.0'
version '0.1.1'
source 'https://github.com/justindowning/puppet-awscli'
author 'Justin Downing'
license 'Apache License, Version 2.0'
Expand Down
66 changes: 66 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 9992d6e

Please sign in to comment.