summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/gitea.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/manifests/gitea.pp')
-rw-r--r--modules/tozt/manifests/gitea.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/tozt/manifests/gitea.pp b/modules/tozt/manifests/gitea.pp
index 4a2a6be..54d391c 100644
--- a/modules/tozt/manifests/gitea.pp
+++ b/modules/tozt/manifests/gitea.pp
@@ -4,10 +4,10 @@ class tozt::gitea {
include tozt::persistent
nginx::site {
- "git-tls":
+ "gitea-tls":
source => 'puppet:///modules/tozt/nginx/gitea-tls.conf',
require => Class['certbot'];
- "git":
- source => 'puppet:///modules/tozt/nginx/git.conf';
+ "gitea":
+ source => 'puppet:///modules/tozt/nginx/gitea.conf';
}
}