summaryrefslogtreecommitdiff
path: root/modules/cgit/manifests/init.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-30 01:13:26 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-30 01:13:26 +0100
commit5cb6fe3507fa9441ad3d2e6c5cfd24342a9823ce (patch)
tree2289d49e1117d664bd9529c6c77ad90c846a76b5 /modules/cgit/manifests/init.pp
parentmove (diff)
downloadwebdav_server-5cb6fe3507fa9441ad3d2e6c5cfd24342a9823ce.tar.gz
webdav_server-5cb6fe3507fa9441ad3d2e6c5cfd24342a9823ce.tar.xz
Cgit fixes.
Diffstat (limited to '')
-rw-r--r--modules/cgit/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/cgit/manifests/init.pp b/modules/cgit/manifests/init.pp
index e788703..98071d6 100644
--- a/modules/cgit/manifests/init.pp
+++ b/modules/cgit/manifests/init.pp
@@ -16,6 +16,7 @@ class cgit (
Variant[Boolean, Enum['nginx']] $manage_server = false,
Optional[String] $server_name = undef,
Optional[String] $certname = undef,
+ String $htpasswd = '/var/lib/nginx/cgit-htpasswd',
) {
notify { 'certname':