Switch to PDK module layout

This commit is contained in:
2019-05-09 23:39:55 +01:00
parent 0291282ee2
commit 998f1716f3
17 changed files with 699 additions and 94 deletions

View File

@@ -2,15 +2,15 @@
"name": "optiz0r-sabayon",
"version": "0.5.0",
"author": "Ben Roberts",
"license": "MIT",
"summary": "Extends Puppet with support for the Sabayon Linux distribution",
"license": "MIT",
"source": "https://github.com/Sabayon/puppet-sabayon.git",
"project_page": "https://github.com/Sabayon/puppet-sabayon",
"issues_url": "https://github.com/Sabayon/puppet-sabayon/issues",
"tags": [
"sabayon",
"entropy"
"dependencies": [
],
"data_provider": "hiera",
"operatingsystem_support": [
{
"operatingsystem": "Sabayon",
@@ -20,8 +20,17 @@
]
}
],
"dependencies": [
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 7.0.0"
}
],
"data_provider": "hiera"
"tags": [
"sabayon",
"entropy"
],
"pdk-version": "1.10.0",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git#1.10.0",
"template-ref": "1.10.0-0-gbba9ac3"
}