aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrayfishx <craig@craigdunn.org>2012-07-11 10:39:18 -0700
committercrayfishx <craig@craigdunn.org>2012-07-11 10:39:18 -0700
commit95de79b4c707ffd5bf9e4bee24ad96ce1e8e3285 (patch)
treef7e22c44640e8b5ae50783f6b57bda3238169a29
parentcb8c935a010fe0935d08a73b0ca2aa91a328943e (diff)
downloadpuppet-tftp-95de79b4c707ffd5bf9e4bee24ad96ce1e8e3285.tar.gz
puppet-tftp-95de79b4c707ffd5bf9e4bee24ad96ce1e8e3285.tar.bz2
Revert "Bumped version to 0.2.0 and added dependancy to puppetlabs-xinetd"
This reverts commit ce162ee814bfe2e98d845118e9e3fbcef8817abf.
-rw-r--r--CHANGELOG5
-rw-r--r--Modulefile6
2 files changed, 3 insertions, 8 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b980250..514f006 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,3 @@
-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 a5b0fb8..950110f 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,11 +1,11 @@
name 'puppetlabs-tftp'
-version '0.2.0'
+version '0.1.1'
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/CentOS/Redhat/Fedora.'
+description 'Manage tftp service and files for Debian/Ubuntu.'
project_page 'https://github.com/puppetlabs/puppetlabs-tftp'
## Add dependencies, if any:
-dependency 'puppetlabs/xinetd', '>= 1.1.0'
+# dependency 'username/name', '>= 1.2.0'