summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-01 01:29:19 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-01 01:29:19 -0400
commitb49d783f737132323cabf59818e740a5e8dcb051 (patch)
treed2a9a43fa5d0db65a031cc26c3a94c98469581b7 /manifests
parentc361a604a5aca973d5294d26b5517bb8c621b6af (diff)
downloadpuppet-tozt-b49d783f737132323cabf59818e740a5e8dcb051.tar.gz
puppet-tozt-b49d783f737132323cabf59818e740a5e8dcb051.zip
run pihole on partofme
Diffstat (limited to 'manifests')
-rw-r--r--manifests/partofme.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/partofme.pp b/manifests/partofme.pp
index a86df6a..147fe1e 100644
--- a/manifests/partofme.pp
+++ b/manifests/partofme.pp
@@ -14,5 +14,6 @@ node 'partofme', 'partofme.localdomain' {
include partofme::mdadm
include partofme::monitoring
include partofme::persistent
+ include partofme::pihole
include partofme::twitch
}