Version information
released Jan 5th 2015
This version is compatible with:
- Puppet Enterprise 3.x
- Puppet >=3.7.0 <4.0.0
- Ubuntu
Start using this module
Add this module to your Puppetfile:
mod 'axltxl-issue', '0.1.3'
Learn more about managing modules with a PuppetfileDocumentation
axltxl/issue — version 0.1.3 Jan 5th 2015
#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
##Example usage
This will create and maintain issue
files based on the source
file
class { 'issue': source => 'puppet://files/some_issue.txt' }
###Parameters
####[source]
Path to the file to be inserted/updated as the issue
file
Dependencies
- puppetlabs/stdlib (>= 4.4.0 <5.0.0)
Copyright (c) 2014 Alejandro Ricoveri Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.