Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Metadata.json removed from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Apr 15, 2016
1 parent e40cf3f commit dd0a5a1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .gitignore
@@ -1,13 +1,20 @@
/.idea
/.gradle
/metadata.json
/.rvmrc
/_site
build
pkg/
coverage/
Session.vim
spec/fixtures
.*.sw[a-z]
Gemfile.lock
*.un~
.gemfile.lock
.bundle
vendor

/.vagrant
/vagrant/modules/public
.coveralls.yml
.bundle/
.yardoc/
doc/
vendor/
_site/
21 changes: 21 additions & 0 deletions metadata.json
@@ -0,0 +1,21 @@
{
"name": "example42-postfix",
"version": "2.0.21",
"summary": "Puppet module for postfix",
"author": "Alessandro Franceschi",
"description": "This module installs and manages postfix. Check README.rdoc for details. Puppi is required for some common functions: you can install them without using the whole module. Monitor and firewall dependencies are needed only if the relevant features are enabled",
"dependencies": [
{
"name": "example42/puppi",
"version_requirement": ">=2.0.0"
}
],
"types": [

],
"checksums": {
},
"source": "https://github.com/example42/puppet-postfix",
"project_page": "http://www.example42.com",
"license": "Apache2"
}

0 comments on commit dd0a5a1

Please sign in to comment.