summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-01 02:44:51 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-01 02:44:51 -0400
commit9d23a5d3a308865b377ac275763044bc83ebb830 (patch)
tree3c82fd44e10206a388f545a3c6aad7bec963d227 /manifests
parent60ff55c1df78bdd392b6983cc41f722c10d1046c (diff)
downloadpuppet-tozt-9d23a5d3a308865b377ac275763044bc83ebb830.tar.gz
puppet-tozt-9d23a5d3a308865b377ac275763044bc83ebb830.zip
update the pihole container
Diffstat (limited to 'manifests')
-rw-r--r--manifests/partofme.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/manifests/partofme.pp b/manifests/partofme.pp
index 147fe1e..1d1b521 100644
--- a/manifests/partofme.pp
+++ b/manifests/partofme.pp
@@ -4,7 +4,11 @@ node 'partofme', 'partofme.localdomain' {
# time to type in a password
$persistent_data = undef
- include base
+ class { 'base':
+ extra_script => "
+ (sudo podman pull docker.io/pihole/pihole)
+ ";
+ }
include partofme::operatingsystem
Class['partofme::operatingsystem'] -> Package<| provider == "pacman" |>