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:
parent
5a67bcac9a
commit
428a220e1f
@ -1,4 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## 0.2.0
|
||||
Increased stdlib dependency
|
||||
|
||||
## 0.1.0
|
||||
Initial release
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user