From 64c24066e5e3c863939741b769f7de583201bc20 Mon Sep 17 00:00:00 2001 From: Adam Henry Lewenberg <adamhl@stanford.edu> Date: Tue, 7 Mar 2017 10:45:41 -0800 Subject: [PATCH] add metadata.json file --- metadata.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 metadata.json diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..fcce73f --- /dev/null +++ b/metadata.json @@ -0,0 +1,10 @@ +{ + "name": "puppetpublic-base", + "version": "1", + "author": "ACS staff <adamhl@stanford.edu>", + "summary": "Shared Puppet module base", + "source": "https://code.stanford.edu/puppetpublic/base.git", + "issues_url": null, + "license": "MIT", + "dependencies": [] +} -- GitLab