https://github.com/henry-spanka/puppet-issue
Puppet module to manage issue on linux
https://github.com/henry-spanka/puppet-issue
Last synced: about 2 months ago
JSON representation
Puppet module to manage issue on linux
- Host: GitHub
- URL: https://github.com/henry-spanka/puppet-issue
- Owner: henry-spanka
- License: mit
- Created: 2019-07-05T22:15:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T22:15:16.000Z (almost 6 years ago)
- Last Synced: 2025-02-06T10:53:15.780Z (3 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
#puppet-issue
##Overview
As you might know already, on *nix-based systems, `issue` text files contain a message or system identification to be printed before the login prompt of a session (such as telnet or ssh). This module is a simple wrapper class who deals with the management of such `issue` files.##Description
The `issue` module will handle the creation and update of `/etc/issue*` files on *nix-based systems.This module has proven to work on the following operating systems:
* Ubuntu
##Requirements
* [puppetlabs/stdlib](https://github.com/puppetlabs/puppetlabs-stdlib)##Example usage
This will create and maintain `issue` files based on the `source` file
```puppet
class { 'issue': source => 'puppet://files/some_issue.txt' }
```###Parameters
####`[source]`
Path to the file to be inserted/updated as the `issue` file