fix
This commit is contained in:
parent
f54871efa0
commit
2ca5befc42
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ node default {
|
|||
include ruby
|
||||
|
||||
# fail if FDE is not enabled
|
||||
if $::root_encrypted == false {
|
||||
if $::root_encrypted == 'no' {
|
||||
fail('Please enable full disk encryption and try again')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue