/usr/share/puppet/modules.available/asciiduck-sssd/metadata.json is in puppet-module-asciiduck-sssd 0.3.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | {
"name": "asciiduck-sssd",
"version": "0.3.0",
"author": "asciiduck",
"summary": "Manage the SSSD service.",
"license": "Apache 2.0",
"source": "https://github.com/ASCIIDuck/asciiduck-sssd",
"project_page": "https://github.com/ASCIIDuck/asciiduck-sssd",
"issues_url": "https://github.com/ASCIIDuck/asciiduck-sssd/issues",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7.0"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"15.10",
"16.04"
]
}
],
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_range": ">= 1.0.0"
}
]
}
|