Commit 2ca5befc429c1bdad1dcfb1d9d407c3e0c62fcf6

Authored by Will Farrington
1 parent f54871efa0

fix

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -58,7 +58,7 @@
58 58 include ruby
59 59  
60 60 # fail if FDE is not enabled
61   - if $::root_encrypted == false {
  61 + if $::root_encrypted == 'no' {
62 62 fail('Please enable full disk encryption and try again')
63 63 }
64 64