1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-11-09 20:50:34 +00:00

increased stdlib dependency

This commit is contained in:
Max Wilhelm 2015-12-08 11:50:23 +01:00
parent 5a67bcac9a
commit 428a220e1f
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
# Changelog
## 0.2.0
Increased stdlib dependency
## 0.1.0
Initial release

View File

@ -1,6 +1,6 @@
{
"name": "wywygmbh-fluentd",
"version": "0.1.0",
"version": "0.2.0",
"author": "wywy GmbH",
"summary": "Generic module for fluentd (td-agent).",
"license": "Apache-2.0",
@ -15,7 +15,7 @@
}
],
"dependencies": [
{ "name":"puppetlabs-stdlib","version_requirement":">= 1.0.0" },
{ "name":"puppetlabs/stdlib","version_requirement":">= 4.6.0 < 5.0.0" },
{ "name": "puppetlabs/apt", "version_requirement": ">= 1.8.0 < 3.0.0" }
],
"data_provider": null