summaryrefslogtreecommitdiffstats
path: root/hiera/data/node/partofme.yaml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-26 13:38:51 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-26 13:38:51 -0400
commit1057960b6c76cb319e9a6eba547bb76361b8cc7e (patch)
treee08c6980f18e41f746d97c11c54cc4daa0ad17da /hiera/data/node/partofme.yaml
parente12c25531059a087890e8a28db38c6d8fe12a355 (diff)
downloadpuppet-tozt-1057960b6c76cb319e9a6eba547bb76361b8cc7e.tar.gz
puppet-tozt-1057960b6c76cb319e9a6eba547bb76361b8cc7e.zip
let's try actually using hiera
Diffstat (limited to 'hiera/data/node/partofme.yaml')
-rw-r--r--hiera/data/node/partofme.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/hiera/data/node/partofme.yaml b/hiera/data/node/partofme.yaml
index d9e1a25..fed4580 100644
--- a/hiera/data/node/partofme.yaml
+++ b/hiera/data/node/partofme.yaml
@@ -1,2 +1,7 @@
---
-{}
+# 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:
+base::extra_script: |
+ (sudo podman pull docker.io/pihole/pihole)