aboutsummaryrefslogtreecommitdiff
path: root/metadata.json
diff options
context:
space:
mode:
Diffstat (limited to 'metadata.json')
-rw-r--r--metadata.json75
1 files changed, 45 insertions, 30 deletions
diff --git a/metadata.json b/metadata.json
index 1b9403f..6bb50fb 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,32 +1,47 @@
{
- "name": "HugoNikanor-envvar",
- "version": "0.1.0",
- "author": "Hugo Hörnquist",
- "license": "None",
- "summary": "Sets global environment variables.",
- "source": "https://git.hornquist.se/puppet/envvar",
- "dependencies": [
- {
- "name": "puppetlabs/concat",
- "version_requirement": ">= 7.2.0 < 8.0.0"
- }
- ],
- "operatingsystem_support": [
- {
- "operatingsystem": "Archlinux"
- },
- {
- "operatingsystem": "Ubuntu",
- "operatingsystemrelease": [
- "16", "18", "20", "22"
- ]
- },
- {
- "operatingsystem": "Debian",
- "operatingsystemrelease": [
- "8", "9", "10", "11", "12"
- ]
- }
- ]
-
+ "name": "HugoNikanor-envvar",
+ "version": "0.1.0",
+ "author": "Hugo Hörnquist",
+ "summary": "Sets global environment variables.",
+ "license": "Apache-2.0",
+ "source": "https://git.hornquist.se/puppet/envvar",
+ "dependencies": [
+ {
+ "name": "puppetlabs/concat",
+ "version_requirement": ">= 7.2.0 < 8.0.0"
+ }
+ ],
+ "operatingsystem_support": [
+ {
+ "operatingsystem": "Archlinux"
+ },
+ {
+ "operatingsystem": "Ubuntu",
+ "operatingsystemrelease": [
+ "16",
+ "18",
+ "20",
+ "22"
+ ]
+ },
+ {
+ "operatingsystem": "Debian",
+ "operatingsystemrelease": [
+ "8",
+ "9",
+ "10",
+ "11",
+ "12"
+ ]
+ }
+ ],
+ "requirements": [
+ {
+ "name": "puppet",
+ "version_requirement": ">= 6.21.0 < 8.0.0"
+ }
+ ],
+ "pdk-version": "2.5.0",
+ "template-url": "pdk-default#2.5.0",
+ "template-ref": "tags/2.5.0-0-g369d483"
}