Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

normalize module name & introduce metadata #30

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
.travis.yml:
secure: "k0EC65NpSE99x7MGMjDaD0uOGu59pfQ11huqvKqDFUPabuRV3BU+asYSUmaZkI4gTQe0aREysXVYcqAmdcSo6zOqUsaS9k6jVTqgM3XJyZX49DedJZozZ6o+0NkvHkGsaQTIhOBlDxndu5QAJ6aUEwm/HdmhMpVQzFo6BARAKoA="
...
secure: "LVrXe6qObpH3HE/bP16f5ndKMeWmNHnFc5fSF0pZTAwYgZ4wcbU3J+UmwagEiMDQwjGDK4IGNLZ+0ekc8ehLOgnEqbBW9w62Zxo4vqJHGhQYnE7JEznuEFa7SrfaqdG2ClQSQxnZt8OHNYs6qN4Jebga4lucANAgbzzb58LUADs="
13 changes: 0 additions & 13 deletions Modulefile

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Puppet Forge](http://img.shields.io/puppetforge/v/puppet/amanda.svg)](https://forge.puppetlabs.com/puppet/amanda)
[![Puppet Forge downloads](https://img.shields.io/puppetforge/dt/puppet/amanda.svg)](https://forge.puppetlabs.com/puppet/amanda)
[![Puppet Forge score](https://img.shields.io/puppetforge/f/puppet/amanda.svg)](https://forge.puppetlabs.com/puppet/amanda)
[![Build Status](https://travis-ci.org/voxpupuli/puppet-module-amanda.svg)](https://travis-ci.org/voxpupuli/puppet-module-amanda)
[![Build Status](https://travis-ci.org/voxpupuli/puppet-amanda.svg)](https://travis-ci.org/voxpupuli/puppet-amanda)

## Description

Expand Down
25 changes: 25 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "puppet-amanda",
"version": "1.0.3",
"source": "https://github.com/voxpupuli/puppet-amanda",
"author": "voxpupuli",
"license": "Apache-2.0",
"summary": "Amanda Module for Puppet",
"description": "Amanda Module for Puppet",
"project_page": "https://github.com/voxpupuli/puppet-amanda",
"issues_url": "https://github.com/voxpupuli/puppet-amanda/issues",
"dependencies": [
{
"name": "puppetlabs/concat",
"version_requirement": ">=1.1.1"
},
{
"name": "puppetlabs/xinetd",
"version_requirement": ">=1.2.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=2.2.1"
}
]
}