summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 00:11:40 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 00:28:57 +0200
commit5192cc1d1040c12963443f599b6690fd524662f9 (patch)
tree282ee7674c93349ceec5d356690c89eb588495cc
parentUpdate blog module to use package. (diff)
downloadwebsite_blog_2-5192cc1d1040c12963443f599b6690fd524662f9.tar.gz
website_blog_2-5192cc1d1040c12963443f599b6690fd524662f9.tar.xz
Add metadata.json
-rw-r--r--metadata.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..2b9aca1
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,28 @@
+{
+ "name": "HugoNikanor-website_blog_2",
+ "version": "1.0.0",
+ "author": "Hugo Hörnquist",
+ "license": "None",
+ "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"
+ }
+ ],
+ "operatingsystem_support": [
+ "operatingsystem": "Ubuntu",
+ "operatingsystemrelease": [
+ "18"
+ ]
+ ]
+}