This commit is contained in:
Will Farrington 2013-02-14 18:16:39 -08:00
parent f54871efa0
commit 2ca5befc42

View file

@ -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')
}