Class banner::banner
In: /tmp/puppet/modules/banner/manifests/init.pp
Parent:

Module: banner

Class: banner

Description:

        This class creates a warning banner when logging in that states
        the system is a DoD information system, with the rules and
        regulations attached.  It also sets the /etc/issue file
        to a similar statement.

Defines:

      None

LinuxGuide:

        2.3.7.1
        2.3.7.2
        3.6.2.1

CCERef#:

        CCE-4060-0
        CCE-4188-9
        CCE-3717-6

Resources

Resources

File["/etc/issue"]
   owner => "root"
   group => "root"
   mode => 644
   source => "puppet:///modules/banner/issue"
File["/usr/share/gdm/themes/RHEL/RHEL.xml"]
   owner => "root"
   group => "root"
   mode => 644
   source => "puppet:///modules/banner/rhel.xml"

[Validate]