diff options
author | Jan Dittberner <jandd@cacert.org> | 2016-11-05 12:12:08 +0100 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2016-11-05 12:44:12 +0100 |
commit | 0cbb5132ec3cb0a875f2c04716199c61b04c9662 (patch) | |
tree | 48e7ee4bcf1e2dfd5da4da49bab447b97ba8bd99 /sitemodules/roles/metadata.json | |
parent | bef9c83e74228604c5e7ed46c3e308408b5f6ca6 (diff) | |
download | cacert-puppet-0cbb5132ec3cb0a875f2c04716199c61b04c9662.tar.gz cacert-puppet-0cbb5132ec3cb0a875f2c04716199c61b04c9662.tar.xz cacert-puppet-0cbb5132ec3cb0a875f2c04716199c61b04c9662.zip |
Add metadata to roles module
This commit adds a README.md, metadata.json and class documentation to
the roles module.
Diffstat (limited to 'sitemodules/roles/metadata.json')
-rw-r--r-- | sitemodules/roles/metadata.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sitemodules/roles/metadata.json b/sitemodules/roles/metadata.json new file mode 100644 index 0000000..2d0ad90 --- /dev/null +++ b/sitemodules/roles/metadata.json @@ -0,0 +1,14 @@ +{ + "name": "cacert/roles", + "version": "0.1.0", + "author": "Jan Dittberner", + "summary": "This module defines the roles that can be assigned to CAcert hosts.", + "license": "GPL-3.0+", + "source": "git://git.cacert.org/cacert-puppet.git", + "project_page": "https://infradocs.cacert.org/", + "issues_url": null, + "dependencies": [ + ], + "data_provider": "hiera" +} + |