tftp

TFTP server configuration

835,021 downloads

7,430 latest version

4.7 quality score

Version information

  • 9.1.0 (latest)
  • 9.0.0
  • 8.0.0
  • 7.2.0
  • 7.1.0
  • 7.0.0
  • 6.0.0
  • 5.0.2
  • 5.0.1
  • 5.0.0
  • 4.4.0
  • 4.3.0
  • 4.2.1
  • 4.2.0
  • 4.1.0
  • 4.0.0
  • 3.0.2
  • 3.0.1
  • 3.0.0
  • 2.0.0
  • 1.8.2
  • 1.8.1
  • 1.8.0
  • 1.7.0
  • 1.6.0
  • 1.5.1
  • 1.5.0
  • 1.4.3
  • 1.4.2
  • 1.4.1 (deleted)
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.2.0-rc3 (pre-release)
  • 1.2.0-rc2 (pre-release)
  • 1.2.0-rc1 (pre-release)
released May 16th 2024
This version is compatible with:
  • Puppet Enterprise 2025.4.x, 2025.3.x, 2025.2.x, 2025.1.x, 2023.8.x, 2023.7.x, 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x
  • Puppet >= 7.0.0 < 9.0.0
  • RedHat
    ,
    CentOS
    ,
    Scientific
    ,
    Debian
    ,
    Ubuntu
    ,
    FreeBSD
    ,
    DragonFly
    , Archlinux

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'theforeman-tftp', '9.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add theforeman-tftp
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install theforeman-tftp --version 9.1.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: foreman, tftp

Documentation

theforeman/tftp — version 9.1.0 May 16th 2024

Reference

Table of Contents

Classes

Public Classes

  • tftp: Installs and configures a TFTP server

Private Classes

  • tftp::config: Configure TFTP
  • tftp::install: Install TFTP
  • tftp::service: TFTP service

Classes

tftp

Installs and configures a TFTP server

Examples

Simple usage
include tftp
Configure a TFTP server with a non-default root directory
class { 'tftp':
  root => '/tftpboot',
}
Configure a TFTP server with non-default package name
class { 'tftp:'
  package => 'tftp-hpa-destruct',
}

Parameters

The following parameters are available in the tftp class:

root

Data type: Stdlib::Absolutepath

Configures the root directory for the TFTP server

package

Data type: String

Name of the TFTP server package

syslinux_package

Data type: Variant[String, Array[String]]

Name of the syslinux package, essential for pxe boot

manage_syslinux_package

Data type: Boolean

manages the syslinux package, defaults to true

manage_root_dir

Data type: Boolean

manages the root dir, which tftpd will serve, defaults to true

service

Data type: Optional[String]

Name of the TFTP service, when daemon is true

Default value: undef

service_provider

Data type: Optional[String]

Override TFTP service provider, when daemon is true

Default value: undef