-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmetadata.json
More file actions
executable file
·26 lines (26 loc) · 900 Bytes
/
metadata.json
File metadata and controls
executable file
·26 lines (26 loc) · 900 Bytes
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
{
"name": "kpn-dm_crypt",
"version": "0.4.0",
"author": "kpn",
"license": "proprietary",
"kpn_quality_label": "A",
"kpn_module_owner": "Product Owner Platforms",
"kpn_module_support": "Puppet Development Team",
"summary": "configure an encrypted filesystem with dm crypt on linux",
"source": "git@github.tooling.kpn.org:kpn-puppet-forge/puppet-kpn-dm_crypt",
"project_page": "https://github.tooling.kpn.org/kpn-puppet-forge/puppet-kpn-dm_crypt",
"issues_url": "https://github.tooling.kpn.org/kpn-puppet-forge/puppet-kpn-dm_crypt/issues",
"tags": ["dm_crypt"],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6", "7", "8" ]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.6.0 <5.0.0" }
],
"requirements": [
{ "name": "puppet", "version_requirement": "4.x" }
]
}