-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
2 changed files
with
58 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
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,17 +1,66 @@ | ||
{ | ||
"name": "herculesteam-augeasproviders_syslog", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Dominic Cleal, Raphael Pinson", | ||
"summary": "Augeas-based syslog type and providers for Puppet", | ||
"license": "Apache 2.0", | ||
"source": "git://github.com/hercules-team/augeasproviders_syslog", | ||
"license": "Apache-2.0", | ||
"source": "https://github.com/hercules-team/augeasproviders_syslog", | ||
"project_page": "http://augeasproviders.com", | ||
"issues_url": "https://github.com/hercules-team/augeasproviders_syslog/issues", | ||
"description": "This module provides type/providers for syslog using the Augeas configuration API library.", | ||
"dependencies": [ | ||
{ | ||
"name": "herculesteam/augeasproviders_core", | ||
"version_requirement": ">=2.0.0" | ||
"version_requirement": ">=2.1.0 <3.0.0" | ||
} | ||
], | ||
"operatingsystem_support": [ | ||
{ | ||
"operatingsystem": "Debian", | ||
"operatingsystemrelease": [ | ||
"5", | ||
"6", | ||
"7", | ||
"8" | ||
] | ||
}, | ||
{ | ||
"operatingsystem": "Ubuntu", | ||
"operatingsystemrelease": [ | ||
"10.04", | ||
"10.10", | ||
"11.04", | ||
"11.10", | ||
"12.04", | ||
"12.10", | ||
"13.04", | ||
"13.10", | ||
"14.04", | ||
"14.10" | ||
] | ||
}, | ||
{ | ||
"operatingsystem": "RedHat", | ||
"operatingsystemrelease": [ | ||
"4", | ||
"5", | ||
"6", | ||
"7" | ||
] | ||
} | ||
], | ||
"requirements": [ | ||
{ "name": "puppet", "version_requirement": ">= 2.7.0 < 4.0.0" } | ||
], | ||
"puppet_version": [ | ||
"2.7", | ||
"3.0", | ||
"3.1", | ||
"3.2", | ||
"3.3", | ||
"3.4", | ||
"3.5", | ||
"3.6", | ||
"3.7" | ||
] | ||
} |