summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/site.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-14 14:31:51 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-14 14:31:51 -0400
commit327f645517dd66b02644b130f9888585ad3c220c (patch)
treef99b8159d8f0fcf00c9e8b6a3cb7bd670634a269 /modules/tozt/manifests/site.pp
parentcb4acaa6ef28edc049fe1e31f39b3cf1dc7c7409 (diff)
downloadpuppet-tozt-327f645517dd66b02644b130f9888585ad3c220c.tar.gz
puppet-tozt-327f645517dd66b02644b130f9888585ad3c220c.zip
need to set the config dir properly
Diffstat (limited to 'modules/tozt/manifests/site.pp')
-rw-r--r--modules/tozt/manifests/site.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/tozt/manifests/site.pp b/modules/tozt/manifests/site.pp
index f3c0851..8dc0979 100644
--- a/modules/tozt/manifests/site.pp
+++ b/modules/tozt/manifests/site.pp
@@ -1,7 +1,11 @@
class tozt::site {
- include certbot
include git
+ class { "certbot":
+ config_dir => "/media/persistent/certbot",
+ require => Class["tozt::persistent"],
+ }
+
package { "hugo":
ensure => installed,
}