puppet-module-puppetlabs-tftp 0.2.3-1 source package in Ubuntu

Changelog

puppet-module-puppetlabs-tftp (0.2.3-1) unstable; urgency=medium

  * Initial release. (Closes: #814298)

 -- Thomas Goirand <email address hidden>  Wed, 10 Feb 2016 12:08:38 +0800

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
puppet-module-puppetlabs-tftp_0.2.3-1.dsc 2.1 KiB 0b07aa28d2aa7b00f0c0370dc14dd144a69b681f93faa22d171835039039a6de
puppet-module-puppetlabs-tftp_0.2.3.orig.tar.xz 7.7 KiB 640c65be158039d0f04ba23ccaa1e9d8c23216b15e4753049b0d197b4fde6cf0
puppet-module-puppetlabs-tftp_0.2.3-1.debian.tar.xz 2.3 KiB 417c6cab9670fd1facd1df146722771936eeba3809bcb380acf4314266caf34e

No changes file available.

Binary packages built by this source

puppet-module-puppetlabs-tftp: Puppet module for managing tftp-hpa

 Puppet lets you centrally manage every important aspect of your system using a
 cross-platform specification language that manages all the separate elements
 normally aggregated in different files, like users, cron jobs, and hosts,
 along with obviously discrete elements like packages, services, and files.
 .
 This module will install tftp-hpa as a xinetd service by default. It can be
 overridden to run as a standalone daemon by setting the inetd parameter to
 false.
 .
 Parameters:
  * username: tftp daemon user, default tftp
  * directory: service directory, default see params class.
  * address: bind address, default 0.0.0.0.
  * port: bind port, default 69.
  * options: service option, default --secure.
  * inetd: run service via xinetd, default true.