mirror of
https://github.com/dev-sec/linux-baseline
synced 2025-02-16 09:48:25 +00:00
ensure compatibility with new inspec version
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
This commit is contained in:
parent
11471d5507
commit
b850f351b6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
# author: Dominik Richter
|
||||
# author: Patrick Muench
|
||||
|
||||
login_defs_umask = input('login_defs_umask', value: os.redhat? ? '077' : '027', description: 'Default umask to set in login.defs')
|
||||
login_defs_umask = input('login_defs_umask', value: "#{os.redhat? ? '077' : '027'}", description: 'Default umask to set in login.defs')
|
||||
|
||||
login_defs_passmaxdays = input('login_defs_passmaxdays', value: '60', description: 'Default password maxdays to set in login.defs')
|
||||
login_defs_passmindays = input('login_defs_passmindays', value: '7', description: 'Default password mindays to set in login.defs')
|
||||
|
|
Loading…
Add table
Reference in a new issue