-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
4 deletions.
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
File renamed without changes.
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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
Choria puppet-mcollective | ||
|
||
Copyright R.I.Pienaar <[email protected]> | ||
Copyright 2018 R.I.Pienaar <[email protected]> | ||
|
||
This product includes software developed at | ||
The Choria Project (https://choria.io). |
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "choria-mcollective", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"author": "R.I.Pienaar <[email protected]>", | ||
"license": "Apache-2.0", | ||
"summary": "Configure the Puppet AIO MCollective", | ||
"summary": "Configure MCollective as found in the Puppet Agent", | ||
"source": "https://github.com/choria-io/puppet-mcollective", | ||
"project_page": "https://github.com/choria-io/puppet-mcollective", | ||
"issues_url": "https://github.com/choria-io/puppet-mcollective/issues", | ||
|
@@ -112,7 +112,7 @@ | |
"requirements": [ | ||
{ | ||
"name": "puppet", | ||
"version_requirement": ">= 4.9.0" | ||
"version_requirement": ">= 4.9.0 < 6.0.0" | ||
} | ||
] | ||
} |