Skip to content

Commit

Permalink
update metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed Apr 25, 2014
1 parent e8a5b70 commit 0abda69
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pkg/
*.swp
metadata.json
.DS_Store
55 changes: 55 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"operatingsystem_support": [
{
"operatingsystem": "RedHat"
},
{
"operatingsystem": "CentOS"
},
{
"operatingsystem": "OracleLinux"
},
{
"operatingsystem": "Scientific"
},
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "Ubuntu"
},
{
"operatingsystem": "FreeBSD"
},
{
"operatingsystem": "Gentoo"
},
{
"operatingsystem": "ArchLinux"
}
],
"requirements": [
{
"name": "pe",
"version_requirement": "3.2.x"
},
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"name": "saz-ssh",
"version": "2.3.5",
"source": "git://github.com/saz/puppet-ssh.git",
"author": "saz",
"license": "Apache License, Version 2.0",
"summary": "UNKNOWN",
"description": "Manage SSH client and server via puppet",
"project_page": "https://github.com/saz/puppet-ssh",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 2.2.1"
}
]
}

0 comments on commit 0abda69

Please sign in to comment.