diff options
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | Modulefile | 6 |
2 files changed, 8 insertions, 3 deletions
@@ -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. @@ -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' |