summaryrefslogtreecommitdiffstats
path: root/modules/partofme
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 /modules/partofme
parentc361a604a5aca973d5294d26b5517bb8c621b6af (diff)
downloadpuppet-tozt-b49d783f737132323cabf59818e740a5e8dcb051.tar.gz
puppet-tozt-b49d783f737132323cabf59818e740a5e8dcb051.zip
run pihole on partofme
Diffstat (limited to 'modules/partofme')
-rw-r--r--modules/partofme/manifests/pihole.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/partofme/manifests/pihole.pp b/modules/partofme/manifests/pihole.pp
new file mode 100644
index 0000000..0f802c6
--- /dev/null
+++ b/modules/partofme/manifests/pihole.pp
@@ -0,0 +1,5 @@
+class partofme::pihole {
+ class { "pihole":
+ dir => "/media/persistent/pihole";
+ }
+}