https://github.com/simp/pupmod-simp-simp_banners
A collection of banners that can be used in other Puppet modules
https://github.com/simp/pupmod-simp-simp_banners
Last synced: 11 months ago
JSON representation
A collection of banners that can be used in other Puppet modules
- Host: GitHub
- URL: https://github.com/simp/pupmod-simp-simp_banners
- Owner: simp
- License: other
- Created: 2018-06-25T19:51:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T19:53:43.000Z (almost 2 years ago)
- Last Synced: 2025-05-17T00:55:54.383Z (about 1 year ago)
- Language: Ruby
- Size: 114 KB
- Stars: 1
- Watchers: 16
- Forks: 8
- Open Issues: 2
-
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/simp_banners)
[](https://forge.puppetlabs.com/simp/simp_banners)
[](https://travis-ci.org/simp/pupmod-simp-simp_banners)
#### Table of Contents
* [Description](#description)
* [This is a SIMP module](#this-is-a-simp-module)
* [Setup](#setup)
* [Beginning with simp_banners](#beginning-with-simp_banners)
* [Usage](#usage)
* [Development](#development)
## Description
This module provides the content of many common login banners, and the Puppet
function `simp_banners::fetch()` to access them.
### This is a SIMP module
This module is a component of the [System Integrity Management
Platform][simp-site], a compliance-management framework built on Puppet. If you
find any issues, they may be submitted to our [bug tracker][simp-bug-tracker].
This module is optimally designed for use within a larger SIMP ecosystem, but
it can be used independently.
[simp-bug-tracker]: https://simp-project.atlassian.net/
[simp-site]: https://simp-project.com
## Setup
### Beginning with simp_banners
```puppet
$banner_text = simp_banners::fetch('us/department_of_commerce')
```
## Usage
This module provides the `simp_banners::fetch()` function. See
[REFERENCE.md](REFERENCE.md) for more details.
## Development
Please read our [Contribution Guide](https://simp.readthedocs.io/en/stable/contributors_guide/index.html).