Commit f570ecfc9bae31b346c66105b5c6edb4d3d92624

Authored by Will Farrington
1 parent fa4648ddd4

fail if no FDE, this should be parity once rubygems provider is fixed

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

... ... @@ -47,6 +47,11 @@
47 47 include nvm
48 48 include rbenv
49 49  
  50 + # fail if FDE is not enabled
  51 + if $::root_encrypted == false {
  52 + fail('Please enable full disk encryption and try again')
  53 + }
  54 +
50 55 # node versions
51 56 include nodejs::0-4
52 57 include nodejs::0-6