From aa8d0286d54817259c95dcfe9634da3f7f03bc22 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 17 Nov 2018 03:25:43 -0500 Subject: comments --- manifests/partofme.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests') diff --git a/manifests/partofme.pp b/manifests/partofme.pp index 0019fcf..978a666 100644 --- a/manifests/partofme.pp +++ b/manifests/partofme.pp @@ -1,4 +1,7 @@ node 'partofme.localdomain' { + # we don't want to store anything system-related on the persistent disk, + # since we want it to be encrypted, and we can't really access it at boot + # time to type in a password $persistent_data = undef include base -- cgit v1.2.3-54-g00ecf