summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-21 22:11:50 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-21 22:16:11 +0200
commit6689c0d59305e71dc129366956ab8701626efa9a (patch)
tree29811438d524ec987de4dc3b1cca0dcf71d26a81
parentAdd metadata.json (diff)
downloadwebsite_blog_2-6689c0d59305e71dc129366956ab8701626efa9a.tar.gz
website_blog_2-6689c0d59305e71dc129366956ab8701626efa9a.tar.xz
Fix metadata.
-rw-r--r--metadata.json34
1 files changed, 18 insertions, 16 deletions
diff --git a/metadata.json b/metadata.json
index 2b9aca1..ce725c7 100644
--- a/metadata.json
+++ b/metadata.json
@@ -6,23 +6,25 @@
"summary": "Configures \"website-blog-2\".",
"source": "https://git.hornquist.se/puppet/blog",
"dependencies": [
- {
- "name": "puppet/nginx",
- "version": ">= 3.3.0 < 4.0.0"
- },
- {
- "name": "puppetlabs/vcsrepo",
- "version": ">= 5.0.0 < 6.0.0"
- },
- {
- "name": "puppetlabs/stdlib",
- "version": ">= 8.1.0 < 9.0.0"
- }
+ {
+ "name": "puppet/nginx",
+ "version_requirement": ">= 3.3.0 < 4.0.0"
+ },
+ {
+ "name": "puppetlabs/vcsrepo",
+ "version_requirement": ">= 5.0.0 < 6.0.0"
+ },
+ {
+ "name": "puppetlabs/stdlib",
+ "version_requirement": ">= 8.1.0 < 9.0.0"
+ }
],
"operatingsystem_support": [
- "operatingsystem": "Ubuntu",
- "operatingsystemrelease": [
- "18"
- ]
+ {
+ "operatingsystem": "Ubuntu",
+ "operatingsystemrelease": [
+ "18"
+ ]
+ }
]
}