Skip to content

Commit

Permalink
Update module metadata
Browse files Browse the repository at this point in the history
Rewrite of metadata.json based on https://docs.puppet.com/puppet/4.10/modules_metadata.html

Signed-off-by: Michael Geiger <michael.geiger@telekom.de>
  • Loading branch information
mcgege committed Aug 5, 2017
1 parent d5ca3cb commit cec71d6
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 27 deletions.
12 changes: 0 additions & 12 deletions Modulefile

This file was deleted.

7 changes: 0 additions & 7 deletions Puppetfile

This file was deleted.

54 changes: 46 additions & 8 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,58 @@
"author": "Dominik Richter",
"summary": "Configures the base OS with hardening",
"license": "Apache-2.0",
"source": "https://github.com/TelekomLabs/puppet-os-hardening",
"project_page": "https://github.com/TelekomLabs/puppet-os-hardening",
"issues_url": "https://github.com/TelekomLabs/puppet-os-hardening/issues",
"description": "Configures the base OS with hardening",
"types": [

"source": "https://github.com/dev-sec/puppet-os-hardening.git",
"project_page": "https://github.com/dev-sec/puppet-os-hardening",
"issues_url": "https://github.com/dev-sec/puppet-os-hardening/issues",
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 3.0.0 < 6.0.0"
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib"
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.6.0 < 5.0.0"
},
{
"name": "thias/sysctl",
"version_requirement": ">=0.3.1"
"version_requirement": ">= 1.0.6 < 2.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "OpenSuSE",
"operatingsystemrelease": [
"13",
"42"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [
"12"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14",
"16"
]
}
]
}

0 comments on commit cec71d6

Please sign in to comment.