Adding missing default value to cgitrc config
Add cache-dynamic-ttl value to the puppet manifest for generating the cgitrc file Change-Id: I2c9004bb81d4fbb886ce93ace8e9e1141ee0f768
This commit is contained in:
@@ -53,6 +53,7 @@ class cgit(
|
||||
}
|
||||
$default_cgitrc_settings = {
|
||||
'cache-size' => 1000,
|
||||
'cache-dynamic-ttl' => 1,
|
||||
'cache-repo-ttl' => 1,
|
||||
'cache-root-ttl' => 1,
|
||||
'clone-prefix' => '',
|
||||
|
||||
Reference in New Issue
Block a user