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

This commit is contained in:
Will Farrington 2012-10-03 22:45:08 -07:00
parent fa4648ddd4
commit f570ecfc9b

View file

@ -47,6 +47,11 @@ node default {
include nvm include nvm
include rbenv include rbenv
# fail if FDE is not enabled
if $::root_encrypted == false {
fail('Please enable full disk encryption and try again')
}
# node versions # node versions
include nodejs::0-4 include nodejs::0-4
include nodejs::0-6 include nodejs::0-6