summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-01 03:35:07 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-01 03:35:07 -0500
commit6dbd4a1141450883eabe2577b3ef7ee4f1d4c63f (patch)
tree02aaf5ede64e50600aed5c18cadbe02bfcb12568 /modules/tozt/manifests
parent4670f5437abdede6c048c2b59ec6637bcfc79e54 (diff)
downloadpuppet-tozt-6dbd4a1141450883eabe2577b3ef7ee4f1d4c63f.tar.gz
puppet-tozt-6dbd4a1141450883eabe2577b3ef7ee4f1d4c63f.zip
remove gitea configuration
Diffstat (limited to 'modules/tozt/manifests')
-rw-r--r--modules/tozt/manifests/gitea.pp13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/tozt/manifests/gitea.pp b/modules/tozt/manifests/gitea.pp
deleted file mode 100644
index 54d391c..0000000
--- a/modules/tozt/manifests/gitea.pp
+++ /dev/null
@@ -1,13 +0,0 @@
-class tozt::gitea {
- include gitea
- include tozt::certbot
- include tozt::persistent
-
- nginx::site {
- "gitea-tls":
- source => 'puppet:///modules/tozt/nginx/gitea-tls.conf',
- require => Class['certbot'];
- "gitea":
- source => 'puppet:///modules/tozt/nginx/gitea.conf';
- }
-}