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

Changelog

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

  * Clean-up update-alternatives handling.

 -- Thomas Goirand <email address hidden>  Wed, 05 Jan 2022 10:39:40 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
puppet-module-puppetlabs-tftp_0.2.3-4.dsc 2.1 KiB 9d71206ba0a8ba80e36a26805c12fec2b72030c8e27d7e6031cc7e1237cc7bc1
puppet-module-puppetlabs-tftp_0.2.3.orig.tar.xz 7.7 KiB 640c65be158039d0f04ba23ccaa1e9d8c23216b15e4753049b0d197b4fde6cf0
puppet-module-puppetlabs-tftp_0.2.3-4.debian.tar.xz 2.3 KiB 03cb3e79536dd9f6eb6e6bcf29e32fca55745a2c91d2a2edee320f30254860d2

Available diffs

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.