From 49129038a353d466c0ca46852d61849a6371a516 Mon Sep 17 00:00:00 2001 From: Magnus Svensson <magnus.svensson@liu.se> Date: Mon, 9 Mar 2020 13:47:36 +0100 Subject: [PATCH] Add missing metadata.json and configure git. --- .gitattributes | 5 +++++ .gitignore | 29 +++++++++++++++++++++++++++++ metadata.json | 29 +++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 .gitattributes create mode 100644 metadata.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9032a01 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.rb eol=lf +*.erb eol=lf +*.pp eol=lf +*.sh eol=lf +*.epp eol=lf diff --git a/.gitignore b/.gitignore index b25c15b..4c4fe74 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,30 @@ +.git/ +.*.sw[op] +.metadata +.yardoc +.yardwarns +*.iml +/.bundle/ +/.idea/ +/.vagrant/ +/coverage/ +/bin/ +/doc/ +/Gemfile.local +/Gemfile.lock +/junit/ +/log/ +/pkg/ +/spec/fixtures/manifests/ +/spec/fixtures/modules/ +/tmp/ +/vendor/ +/convert_report.txt +/update_report.txt +.DS_Store +.project +.envrc +/inventory.yaml *~ +\#*\# +.\#* diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..ba741e0 --- /dev/null +++ b/metadata.json @@ -0,0 +1,29 @@ +{ + "name": "liuit-ojs", + "version": "0.0.0", + "author": "LiU-IT", + "summary": "Module for aes", + "license": "TBD", + "source": "https://gitlab.liu.se/liu-puppet-modules/aes/tree/production", + "project_page": "https://gitlab.liu.se/liu-puppet-modules/aes", + "issues_url": "https://gitlab.liu.se/liu-puppet-modules/aes/issues", + "dependencies": [ + ], + "data_provider": "hiera", + "operatingsystem_support": [ + { + "operatingsystem": "CentOS", + "operatingsystemrelease": [ + "6", + "7", + "8" + ] + } + ], + "requirements": [ + { + "name": "puppet", + "version_requirement": ">= 5.5.10 < 7.0.0" + } + ] +} -- GitLab