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
- Host: GitHub
- URL: https://github.com/simp/pupmod-simp-tftpboot
- Owner: simp
- License: other
- Created: 2015-05-19T09:49:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T19:54:09.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T05:53:42.384Z (about 1 year ago)
- Language: Ruby
- Size: 239 KB
- Stars: 2
- Watchers: 16
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.apache.org/licenses/LICENSE-2.0.html)
[](https://bestpractices.coreinfrastructure.org/projects/73)
[](https://forge.puppetlabs.com/simp/tftpboot)
[](https://forge.puppetlabs.com/simp/tftpboot)
[](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).