Adds ability to populate SSH Banner text
authorLuke Hinds <lukehinds@gmail.com>
Thu, 8 Dec 2016 12:46:40 +0000 (12:46 +0000)
committerLuke Hinds <lhinds@redhat.com>
Wed, 21 Dec 2016 16:45:37 +0000 (16:45 +0000)
commit5a1764acf7623ee04d8610793f418ab1d4e2226e
treeee5a515ad816bfc76909e6d4a072c60b668d3a00
parenta102d35f12e75bbf7fa9c5f91aeaef145f203143
Adds ability to populate SSH Banner text

A puppet manifest to allow the toggle of 'Banner' in sshd_config
and enable population of an SSH login banner needed for security
compliance such as DISA STIG

If `Bannertext` is set as a parameter, the `Banner` key within
sshd_config is toggled to `/etc/issue` and the content is copied
into the `/etc/issue` file

Change-Id: Ie9f8afdfa9930428f06c9669fedb460dc1064d5e
Closes-Bug: #1640306
manifests/profile/base/sshd.pp [new file with mode: 0644]
releasenotes/notes/sshd-437c531301f458bb.yaml [new file with mode: 0644]
spec/classes/tripleo_profile_base_sshd_spec.rb [new file with mode: 0644]