Skip to content

Commit 48cad04

Browse files
committed
[metadata] fixing metadata issues - license, unbound dependencies.
1 parent 6560e87 commit 48cad04

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.10.0",
44
"author": "James Turnbull (<james@lovedthanlost.net>) and Rob Terhaar (<rob@atlanticdynamic>) for Datadog Inc.",
55
"summary": "Install the Datadog monitoring agent and report Puppet runs to Datadog",
6-
"license": "Apache License, Version 2.0",
6+
"license": "Apache-2.0",
77
"source": "git://github.com/DataDog/puppet-datadog-agent.git",
88
"project_page": "https://github.com/DataDog/puppet-datadog-agent",
99
"issues_url": "https://github.com/DataDog/puppet-datadog-agent/issues",
@@ -66,7 +66,7 @@
6666
"dependencies": [
6767
{
6868
"name": "puppetlabs/stdlib",
69-
"version_requirement": ">=4.6.0"
69+
"version_requirement": ">=4.6.0 <5.0.0"
7070
},
7171
{
7272
"name": "puppetlabs/ruby",
@@ -78,7 +78,7 @@
7878
},
7979
{
8080
"name": "lwf/remote_file",
81-
"version_requirement": ">=1.1.3"
81+
"version_requirement": ">=1.1.3 <2.0.0"
8282
}
8383
]
8484
}

0 commit comments

Comments
 (0)