blob: a5b0fb847e4316006403ec0a26fe5f93b9795858 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
name 'puppetlabs-tftp'
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/CentOS/Redhat/Fedora.'
project_page 'https://github.com/puppetlabs/puppetlabs-tftp'
## Add dependencies, if any:
dependency 'puppetlabs/xinetd', '>= 1.1.0'
|