summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/persistent.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-14 06:40:15 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-14 06:41:26 -0400
commit66dabb4ea24b6f71128c1410040c06ea90094a2a (patch)
treea3641a5224888a74664f77264a85e162ff4383df /modules/tozt/manifests/persistent.pp
parent15e89564f96458b4b9123b69b1dcb7f2c8ed0efd (diff)
downloadpuppet-tozt-66dabb4ea24b6f71128c1410040c06ea90094a2a.tar.gz
puppet-tozt-66dabb4ea24b6f71128c1410040c06ea90094a2a.zip
point certbot at a different directory instead of using a symlink
can't make a symlink at a place that a package expects to create a real directory
Diffstat (limited to 'modules/tozt/manifests/persistent.pp')
-rw-r--r--modules/tozt/manifests/persistent.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/tozt/manifests/persistent.pp b/modules/tozt/manifests/persistent.pp
index a52594e..219c43a 100644
--- a/modules/tozt/manifests/persistent.pp
+++ b/modules/tozt/manifests/persistent.pp
@@ -64,8 +64,5 @@ class tozt::persistent {
Group['doy'],
File["/home/doy"],
];
- "/etc/letsencrypt":
- ensure => link,
- target => "/media/persistent/certbot";
}
}