aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrayfishx <craig@craigdunn.org>2012-07-10 16:59:30 -0700
committercrayfishx <craig@craigdunn.org>2012-07-10 16:59:30 -0700
commitce162ee814bfe2e98d845118e9e3fbcef8817abf (patch)
tree386d26cfb0674c7414915391fb3b2449f8d613d3
parentcc0bee63f66091cdd724b0b96a54d7408f2a3a8d (diff)
downloadpuppet-tftp-ce162ee814bfe2e98d845118e9e3fbcef8817abf.tar.gz
puppet-tftp-ce162ee814bfe2e98d845118e9e3fbcef8817abf.tar.bz2
Bumped version to 0.2.0 and added dependancy to puppetlabs-xinetd
-rw-r--r--CHANGELOG5
-rw-r--r--Modulefile6
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 514f006..b980250 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+0.2.0 2012-07-10 Puppet Labs <info@puppetlabs.com>
+
+* Add support for Redhat/CentOS deployment
+* Replacement of inetd and augeas config with puppetlabs-xinetd
+
0.1.1 2012-06-25 Puppet Labs <info@puppetlabs.com>
* Add recurse support for tftp::file.
diff --git a/Modulefile b/Modulefile
index 950110f..a5b0fb8 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,11 +1,11 @@
name 'puppetlabs-tftp'
-version '0.1.1'
+version '0.2.0'
source 'git://github.com/puppetlabs/puppetlabs-tftp'
author 'Puppet Labs'
license 'Apache 2.0'
summary 'Puppet Labs TFTP Module'
-description 'Manage tftp service and files for Debian/Ubuntu.'
+description 'Manage tftp service and files for Debian/Ubuntu/CentOS/Redhat/Fedora.'
project_page 'https://github.com/puppetlabs/puppetlabs-tftp'
## Add dependencies, if any:
-# dependency 'username/name', '>= 1.2.0'
+dependency 'puppetlabs/xinetd', '>= 1.1.0'