We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543a0f2 commit e2a37e3Copy full SHA for e2a37e3
metadata.json
@@ -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