Skip to content

Commit 0abda69

Browse files
committed
update metadata.json
1 parent e8a5b70 commit 0abda69

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
pkg/
22
*.swp
3-
metadata.json
43
.DS_Store

metadata.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"operatingsystem_support": [
3+
{
4+
"operatingsystem": "RedHat"
5+
},
6+
{
7+
"operatingsystem": "CentOS"
8+
},
9+
{
10+
"operatingsystem": "OracleLinux"
11+
},
12+
{
13+
"operatingsystem": "Scientific"
14+
},
15+
{
16+
"operatingsystem": "Debian"
17+
},
18+
{
19+
"operatingsystem": "Ubuntu"
20+
},
21+
{
22+
"operatingsystem": "FreeBSD"
23+
},
24+
{
25+
"operatingsystem": "Gentoo"
26+
},
27+
{
28+
"operatingsystem": "ArchLinux"
29+
}
30+
],
31+
"requirements": [
32+
{
33+
"name": "pe",
34+
"version_requirement": "3.2.x"
35+
},
36+
{
37+
"name": "puppet",
38+
"version_requirement": "3.x"
39+
}
40+
],
41+
"name": "saz-ssh",
42+
"version": "2.3.5",
43+
"source": "git://github.com/saz/puppet-ssh.git",
44+
"author": "saz",
45+
"license": "Apache License, Version 2.0",
46+
"summary": "UNKNOWN",
47+
"description": "Manage SSH client and server via puppet",
48+
"project_page": "https://github.com/saz/puppet-ssh",
49+
"dependencies": [
50+
{
51+
"name": "puppetlabs/stdlib",
52+
"version_requirement": ">= 2.2.1"
53+
}
54+
]
55+
}

0 commit comments

Comments
 (0)