-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from apenney/050-release
Prepare 0.5.0 release.
- Loading branch information
Showing
3 changed files
with
54 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,19 @@ | ||
{ | ||
"project_page": "https://corosynchub.com/puppetlabs/puppetlabs-corosync", | ||
"license": "Apache License, Version 2.0", | ||
"source": "https://corosynchub.com/puppetlabs/puppetlabs-corosync", | ||
"dependencies": [ | ||
{ | ||
"name": "puppetlabs/stdlib", | ||
"version_requirement": ">= 2.3.1" | ||
} | ||
], | ||
"types": [ | ||
|
||
], | ||
"description": "This module is a set of manifests and types/providers for quickly setting up highly available clusters using Corosync", | ||
"summary": "Sets up and manages Corosync", | ||
"name": "puppetlabs-corosync", | ||
"author": "Puppet Labs", | ||
"version": "0.5.0" | ||
} |