summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-17 03:25:43 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-17 03:25:43 -0500
commitaa8d0286d54817259c95dcfe9634da3f7f03bc22 (patch)
treeb4d7d9c8444f29e339fcc030a36f2925565903fa /manifests
parenteda2eb2215cc575b4eb0ee7dbad6080b4cb71e71 (diff)
downloadpuppet-tozt-aa8d0286d54817259c95dcfe9634da3f7f03bc22.tar.gz
puppet-tozt-aa8d0286d54817259c95dcfe9634da3f7f03bc22.zip
comments
Diffstat (limited to 'manifests')
-rw-r--r--manifests/partofme.pp3
1 files changed, 3 insertions, 0 deletions
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