summaryrefslogtreecommitdiffstats
path: root/manifests/partofme.pp
diff options
context:
space:
mode:
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" |>