summaryrefslogtreecommitdiff
path: root/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
commitb88ef9140cb89ca05b8d6ecc3c20060b544889c8 (patch)
treeaff0dedadc6d594802d07959da5cff871a9f1d17 /manifests/init.pp
parentMove cgit setup to module. (diff)
downloadcgit-b88ef9140cb89ca05b8d6ecc3c20060b544889c8.tar.gz
cgit-b88ef9140cb89ca05b8d6ecc3c20060b544889c8.tar.xz
Cgit fixes.
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index e788703..98071d6 100644
--- a/manifests/init.pp
+++ b/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':