Skip to content

Commit

Permalink
rpearce: Add metadata.json to allow forge module to be built
Browse files Browse the repository at this point in the history
  • Loading branch information
rjpearce committed Nov 3, 2016
1 parent 543a0f2 commit e2a37e3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "rjpearce-opendkim",
"version": "0.0.1",
"author": "Richard Pearce",
"license": "Apache-2.0",
"summary": "A module to manage OpenDKIM",
"source": "https://github.com/rjpearce/puppet-opendkim",
"project_page": "https://forge.puppetlabs.com/rjpearce/opendkim",
"issues_url": "https://github.com/rjpearce/puppet-opendkim/issues",
"tags": ["opendkim"],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04", "12.04" ]
}
],
"dependencies": [
{ "name": "puppetlabs/concat" }
],
"data_provider": "hiera"
}

0 comments on commit e2a37e3

Please sign in to comment.