Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #29 from mhaskel/0.2.3-prep
Browse files Browse the repository at this point in the history
0.2.3 prep
  • Loading branch information
hunner committed Jan 27, 2015
2 parents 1858384 + 0dcd8f4 commit e7e5b5f
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 28 deletions.
23 changes: 0 additions & 23 deletions CHANGELOG

This file was deleted.

33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
##2015-01-27 - Release 0.2.3
###Summary

This release includes lint and metadata fixes and fixes the package references to point to the virtual package.

##2014-08-20 - Release 0.2.2
###Summary

Add package require for the tftp xinetd::service

##2012-08-21 - Release 0.2.1
###Summary

Fix permission issues related to xinetd

##2012-07-27 - Release 0.2.0

####Features
- Add support for RHEL/CentOS
- Use xinetd rather than inetd
- Enable xinetd by default

##2012-06-25 - Release 0.1.1

####Features
- Add recurse support for tftp::file.
- Add source defaults for tftp::file.
- Add travis ci and puppet spec_helper support.

##2012-05-01 - Release 0.1.0
###Summary

Initial release of module.
45 changes: 40 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,51 @@
{
"name": "puppetlabs-tftp",
"version": "0.2.2",
"version": "0.2.3",
"author": "puppetlabs",
"summary": "Installs and manages TFTP service and configuration.",
"license": "Apache 2.0",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-tftp",
"project_page": "https://github.com/puppetlabs/puppetlabs-tftp",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"dependencies": [
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7"
]
},
{
"name": "puppetlabs/xinetd",
"version_requirement": ">= 1.1.0"
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"11.10"
]
}
],
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
},
{
"name": "puppet",
"version_requirement": ">= 2.7.0 < 4.0.0"
}
],
"dependencies": [
{"name":"puppetlabs/xinetd","version_requirement":">= 1.1.0"}
]
}

0 comments on commit e7e5b5f

Please sign in to comment.