summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 00:12:05 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 00:28:57 +0200
commitc19329a259f6db9bac2b39e24785a02825bc3d3b (patch)
tree328be6313fcd9597ce328f8c41d01d8f44ef6247
parentMove syslinux types into subdir. (diff)
downloadsyslinux-c19329a259f6db9bac2b39e24785a02825bc3d3b.tar.gz
syslinux-c19329a259f6db9bac2b39e24785a02825bc3d3b.tar.xz
Add metadata.json
-rw-r--r--metadata.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..58533b1
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,22 @@
+{
+ "name": "HugoNikanor-syslinux",
+ "version": "0.1.0",
+ "author": "Hugo Hörnquist",
+ "license": "None",
+ "summary": "Configures syslinux",
+ "source": "https://git.hornquist.se/puppet/syslinux",
+ "dependencies": [
+ {
+ "name": "puppetlabs/stdlib",
+ "version": ">= 8.1.0 < 9.0.0"
+ },
+ {
+ "name": "HugoNikanor/pacman",
+ "version": ">= 0.1.0 < 0.2.0"
+ }
+ ],
+ "operatingsystem_support": [
+ "operatingsystem": "Archlinux"
+ ]
+}
+