Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
Add metadata.json and prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stdietrich committed Jun 19, 2014
1 parent e097ee9 commit 7b7cac6
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2014-06-19 Release 1.0.0
Bugfix and feature release. For a full list of changes, see notes
for release 1.0.0-rc.1.

Changes since 1.0.0-rc.1:
* Use str2bool to convert strings into booleans for manage_service parameter

## 2014-05-26 Release 1.0.0-rc.1
Bugfix and feature pre-release
* Add fact `afs_cache_size` to determine cache size for the Debian osfamily
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'desyops-afs'
version '1.0.0-rc.1'
version '1.0.0'
source 'https://github.com/desyops/puppet-afs'
author 'DESY IT'
license 'Apache License, Version 2.0'
Expand Down
47 changes: 47 additions & 0 deletions metadata.json
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"
]
}
]
}

0 comments on commit 7b7cac6

Please sign in to comment.