This repository has been archived by the owner on Jan 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add metadata.json and prepare release 1.0.0
- Loading branch information
1 parent
e097ee9
commit 7b7cac6
Showing
3 changed files
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"name": "desyops-afs", | ||
"version": "1.0.0", | ||
"author": "desyops", | ||
"summary": "This module manages and installs OpenAFS", | ||
"license": "Apache 2.0", | ||
"source": "https://github.com/desyops/puppet-afs", | ||
"project_page": "https://github.com/desyops/puppet-afs", | ||
"issues_url": "https://github.com/desyops/puppet-afs/issues", | ||
"dependencies": [ | ||
{ | ||
"name": "puppetlabs-stdlib", | ||
"version_range": ">= 4.0.0" | ||
} | ||
], | ||
"requirements": [ | ||
{ | ||
"name": "puppet", | ||
"version_requirement": "3.x" | ||
}, | ||
{ | ||
"name": "pe", | ||
"version_requirement": "3.x" | ||
} | ||
], | ||
"operatingsystem_support": [ | ||
{ | ||
"operatingsystem": "Scientific", | ||
"operatingsystemrelease": [ | ||
"6" | ||
] | ||
}, | ||
{ | ||
"operatingsystem": "Debian", | ||
"operatingsystemrelease": [ | ||
"7" | ||
] | ||
}, | ||
{ | ||
"operatingsystem": "Ubuntu", | ||
"operatingsystemrelease": [ | ||
"12.04", | ||
"14.04" | ||
] | ||
} | ||
] | ||
} |