Add documentation and module boilerplate

This commit is contained in:
2016-10-10 23:18:58 +01:00
parent d3f8c5f5c9
commit 404f09c426
12 changed files with 384 additions and 0 deletions

20
metadata.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "optiz0r-sabayon",
"version": "0.0.2",
"author": "Ben Roberts",
"license": "MIT",
"summary": "Extends Puppet with support for the Sabayon Linux distribution",
"source": "https://github.com/optiz0r/puppet-sabayon.git",
"project_page": "https://github.com/optiz0r/puppet-sabayon",
"issues_url": "https://github.com/optiz0r/puppet-sabayon/issues",
"tags": ["sabayon", "entropy"],
"operatingsystem_support": [
{
"operatingsystem":"Sabayon",
"operatingsystemrelease":[ "16.07", "16.11" ]
}
],
"dependencies": [
],
"data_provider": "hiera"
}