9945538069
This adds the ability to manage the securetty file. By allowing management of securetty, operators can limit root console access and improve security through hardening. Change-Id: I0767c9529b40a721ebce1eadc2dea263e0a5d4d7 Partial-Bug: #1665042 Depends-On: Ic4647fb823bd112648c5b8d102913baa8b4dac1c
13 lines
203 B
YAML
13 lines
203 B
YAML
resource_registry:
|
|
OS::TripleO::Services::Securetty: ../puppet/services/securetty.yaml
|
|
|
|
parameter_defaults:
|
|
TtyValues:
|
|
- console
|
|
- tty1
|
|
- tty2
|
|
- tty3
|
|
- tty4
|
|
- tty5
|
|
- tty6
|