Skip to content

Commit e2a37e3

Browse files
committed
rpearce: Add metadata.json to allow forge module to be built
1 parent 543a0f2 commit e2a37e3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

metadata.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "rjpearce-opendkim",
3+
"version": "0.0.1",
4+
"author": "Richard Pearce",
5+
"license": "Apache-2.0",
6+
"summary": "A module to manage OpenDKIM",
7+
"source": "https://github.com/rjpearce/puppet-opendkim",
8+
"project_page": "https://forge.puppetlabs.com/rjpearce/opendkim",
9+
"issues_url": "https://github.com/rjpearce/puppet-opendkim/issues",
10+
"tags": ["opendkim"],
11+
"operatingsystem_support": [
12+
{
13+
"operatingsystem": "Ubuntu",
14+
"operatingsystemrelease": [ "14.04", "12.04" ]
15+
}
16+
],
17+
"dependencies": [
18+
{ "name": "puppetlabs/concat" }
19+
],
20+
"data_provider": "hiera"
21+
}

0 commit comments

Comments
 (0)