summaryrefslogtreecommitdiffstats
path: root/manifests/partofme.pp
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 /manifests/partofme.pp
parente12c25531059a087890e8a28db38c6d8fe12a355 (diff)
downloadpuppet-tozt-1057960b6c76cb319e9a6eba547bb76361b8cc7e.tar.gz
puppet-tozt-1057960b6c76cb319e9a6eba547bb76361b8cc7e.zip
let's try actually using hiera
Diffstat (limited to 'manifests/partofme.pp')
-rw-r--r--manifests/partofme.pp12
1 files changed, 1 insertions, 11 deletions
diff --git a/manifests/partofme.pp b/manifests/partofme.pp
index e53d4ef..eff007c 100644
--- a/manifests/partofme.pp
+++ b/manifests/partofme.pp
@@ -1,15 +1,5 @@
node 'partofme', '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
-
- class { 'base':
- extra_script => "
- (sudo podman pull docker.io/pihole/pihole)
- ";
- }
-
+ include base
include partofme::operatingsystem
Class['partofme::operatingsystem'] -> Package<| provider == "pacman" |>