diff options
author | Nan Liu <nan.liu@gmail.com> | 2012-07-11 16:21:46 -0700 |
---|---|---|
committer | Nan Liu <nan.liu@gmail.com> | 2012-07-11 16:21:46 -0700 |
commit | 3795cdabd43e909702f433d0be3886626f97e802 (patch) | |
tree | 3fa7d7aef4652079754c55f1ac9c73074a9eba7e /Modulefile | |
parent | f8f6723253b8c34577e8eeb0b5bd2364b24dca4a (diff) | |
parent | 07062af1a236646970906d4a3f98f1646fcca44d (diff) | |
download | puppet-tftp-3795cdabd43e909702f433d0be3886626f97e802.tar.gz puppet-tftp-3795cdabd43e909702f433d0be3886626f97e802.tar.bz2 |
Merge pull request #11 from crayfishx/master
(#15462) Redhat/CentOS support and replacement of inetd with xinetd.
Diffstat (limited to 'Modulefile')
-rw-r--r-- | Modulefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,4 +8,4 @@ description 'Manage tftp service and files for Debian/Ubuntu.' project_page 'https://github.com/puppetlabs/puppetlabs-tftp' ## Add dependencies, if any: -# dependency 'username/name', '>= 1.2.0' +dependency 'puppetlabs/xinetd', '>= 1.1.0' |