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:
Susie Gray
2015-05-22 09:14:47 +09:30
parent 6c7b8782c6
commit d2e1605687

View File

@@ -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' => '',