fail if no FDE, this should be parity once rubygems provider is fixed
This commit is contained in:
parent
fa4648ddd4
commit
f570ecfc9b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue