aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-09-08 13:34:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-09-08 13:34:13 -0300
commit2910ac3a5e25fa2e90fdd43283f0a56e8b23eaa4 (patch)
tree4edd3ea00b827fd46691d09c01c611d048f37941 /manifests
parent05cd9a5d001f45b3d8033695e15e82cd5dc1aca3 (diff)
downloadpuppet-git-2910ac3a5e25fa2e90fdd43283f0a56e8b23eaa4.tar.gz
puppet-git-2910ac3a5e25fa2e90fdd43283f0a56e8b23eaa4.tar.bz2
Fix: use package defaults
Diffstat (limited to 'manifests')
-rw-r--r--manifests/cgit.pp16
1 files changed, 8 insertions, 8 deletions
diff --git a/manifests/cgit.pp b/manifests/cgit.pp
index 45558ac..3efcc1e 100644
--- a/manifests/cgit.pp
+++ b/manifests/cgit.pp
@@ -4,15 +4,15 @@ class git::cgit(
$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',
- $cache_about_ttl = '30',
- $cache_dynamic_ttl = '30',
- $cache_repo_ttl = '120',
+ $cache_about_ttl = '15',
+ $cache_dynamic_ttl = '5',
+ $cache_repo_ttl = '5',
$cache_root = '/var/cache/cgit',
- $cache_root_ttl = '60',
- $cache_scanrc_ttl = '60',
- $cache_size = '20000',
- $cache_snapshot_ttl = '60',
- $cache_static_ttl = '86400',
+ $cache_root_ttl = '5',
+ $cache_scanrc_ttl = '5',
+ $cache_size = '0',
+ $cache_snapshot_ttl = '5',
+ $cache_static_ttl = '-1',
) {
package { 'cgit':
ensure => $::lsbdistcodename ? {