An open API service indexing awesome lists of open source software.

https://github.com/simp/pupmod-simp-tftpboot

The SIMP tftpboot Puppet Module
https://github.com/simp/pupmod-simp-tftpboot

Last synced: about 1 year ago
JSON representation

The SIMP tftpboot Puppet Module

Awesome Lists containing this project

README

          

[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/73/badge)](https://bestpractices.coreinfrastructure.org/projects/73)
[![Puppet Forge](https://img.shields.io/puppetforge/v/simp/tftpboot.svg)](https://forge.puppetlabs.com/simp/tftpboot)
[![Puppet Forge Downloads](https://img.shields.io/puppetforge/dt/simp/tftpboot.svg)](https://forge.puppetlabs.com/simp/tftpboot)
[![Build Status](https://travis-ci.org/simp/pupmod-simp-tftpboot.svg)](https://travis-ci.org/simp/pupmod-simp-tftpboot)

# pupmod-simp-tftpboot

#### Table of Contents

* [Description](#description)
* [Setup](#setup)
* [What tftpboot affects](#what-tftpboot-affects)
* [Usage](#usage)
* [Limitations](#limitations)
* [Development](#development)

## Description

Sets up a tftpboot server.

See [REFERENCE.md](./REFERENCE.md) for the full API reference.

## Setup

Install `simp/tftpboot` to your module path. A SIMP rsync server must also be in
place to use the tftpboot module.

### What tftpboot affects

Manages the following:

* `tftp-server` package
* `tftp` service (via `xinetd`)
* `/var/lib/tftpboot/linux-install` directory and its contents

## Usage

include tftpboot

See the [SIMP Documentation](https://simp.readthedocs.io/en/master/search.html?q=tftpboot&check_keywords=yes&area=default)
for detailed examples of using this module.

## Limitations

SIMP Puppet modules are generally intended for use on Red Hat Enterprise
Linux and compatible distributions, such as CentOS. Please see the
[`metadata.json` file](./metadata.json) for the most up-to-date list of
supported operating systems, Puppet versions, and module dependencies.

## Development

Please read our [Contribution Guide](https://simp.readthedocs.io/en/stable/contributors_guide/index.html).

If you find any issues, they can be submitted to our
[JIRA](https://simp-project.atlassian.net).