summaryrefslogtreecommitdiffstats
path: root/modules/pihole/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-01 02:26:12 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-01 02:26:12 -0400
commit60ff55c1df78bdd392b6983cc41f722c10d1046c (patch)
tree7a080e9d49c6ba7e3f28aa2c33d375e958126db3 /modules/pihole/manifests
parent1d1921fe39e3fb10d67f926e583b028a43e4e034 (diff)
downloadpuppet-tozt-60ff55c1df78bdd392b6983cc41f722c10d1046c.tar.gz
puppet-tozt-60ff55c1df78bdd392b6983cc41f722c10d1046c.zip
use a secret admin password
Diffstat (limited to 'modules/pihole/manifests')
-rw-r--r--modules/pihole/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pihole/manifests/init.pp b/modules/pihole/manifests/init.pp
index aacbbd7..f568b3e 100644
--- a/modules/pihole/manifests/init.pp
+++ b/modules/pihole/manifests/init.pp
@@ -1,6 +1,8 @@
class pihole($dir) {
include podman
+ $webpassword = secret::value("pihole")
+
file {
$dir:
ensure => directory;