diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-09-07 10:42:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-09-07 10:42:21 -0300 |
commit | 873102498ed297680997f8f25b559b7f8e0b986f (patch) | |
tree | f0d2cc4a1765ceacbcfb0aab47f000a504fb056e | |
parent | 13274ea8cd9e2512123b8f0fa93a5ea5135a069d (diff) | |
download | puppet-git-873102498ed297680997f8f25b559b7f8e0b986f.tar.gz puppet-git-873102498ed297680997f8f25b559b7f8e0b986f.tar.bz2 |
Syntax fix
-rw-r--r-- | manifests/cgit.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cgit.pp b/manifests/cgit.pp index 26cb7d9..dec9024 100644 --- a/manifests/cgit.pp +++ b/manifests/cgit.pp @@ -3,7 +3,7 @@ class git::cgit( $logo = '/cgit.png', $root_title = 'Git Repository Browser', $root_desc = 'a fast webinterface for the git dscm', - $clone_url = 'https://$HTTP_HOST$SCRIPT_NAME/$CGIT_REPO_URL git://$HTTP_HOST$SCRIPT_NAME/$CGIT_REPO_URL git@$HTTP_HOST:$CGIT_REPO_URL' + $clone_url = 'https://$HTTP_HOST$SCRIPT_NAME/$CGIT_REPO_URL git://$HTTP_HOST$SCRIPT_NAME/$CGIT_REPO_URL git@$HTTP_HOST:$CGIT_REPO_URL', $cache = '1', $cache_size = '10000', $cache_about_ttl = '15', |