Add back in missing fields to work around Puppet bug.
(cherry picked from commit dc47271716
)
This commit is contained in:
parent
4c8a99b9eb
commit
4c7150a5be
1 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,11 @@
|
|||
{
|
||||
"name": "puppetlabs-apt",
|
||||
"version": "1.4.1",
|
||||
"source": "https://github.com/puppetlabs/puppetlabs-apt",
|
||||
"author": "Puppet Labs",
|
||||
"license": "Apache-2.0",
|
||||
"project_page": "https://github.com/puppetlabs/puppetlabs-apt",
|
||||
"summary": "Puppet Labs Apt Module",
|
||||
"operatingsystem_support": [
|
||||
{
|
||||
"operatingsystem": "Debian",
|
||||
|
@ -18,5 +25,6 @@
|
|||
"requirements": [
|
||||
{ "name": "pe", "version_requirement": "3.2.x" },
|
||||
{ "name": "puppet", "version_requirement": "3.x" }
|
||||
]
|
||||
],
|
||||
"dependencies": []
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue