From e3b4f9672a46cea9236542bb50a8421414a0346c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 8 Aug 2022 00:12:22 +0200 Subject: Add metadata.json --- metadata.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 metadata.json diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..5148c8d --- /dev/null +++ b/metadata.json @@ -0,0 +1,19 @@ +{ + "name": "HugoNikanor-systemd_mount", + "version": "0.1.0", + "author": "Hugo Hörnquist", + "license": "None", + "summary": "Configures systemd mounts.", + "source": "https://source-code-for-module", + "dependencies": [ + { + "name": "puppet/systemd", + "version": ">= 3.5.0 < 4.0.0" + } + ], + "operatingsystem_support": [ + "operatingsystem": "Archlinux" + ] +} + + -- cgit v1.2.3