diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-09-08 13:33:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-09-08 13:33:54 -0300 |
commit | 05cd9a5d001f45b3d8033695e15e82cd5dc1aca3 (patch) | |
tree | 4c4123108b365bd207a1e1d9c81c46b36f809933 /templates | |
parent | 17037d6971f2c4a3e48619df64c1f6ab4bf1c98f (diff) | |
download | puppet-git-05cd9a5d001f45b3d8033695e15e82cd5dc1aca3.tar.gz puppet-git-05cd9a5d001f45b3d8033695e15e82cd5dc1aca3.tar.bz2 |
Fix: use correct template tags
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cgitrc.erb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/cgitrc.erb b/templates/cgitrc.erb index 3838b0d..0f06680 100644 --- a/templates/cgitrc.erb +++ b/templates/cgitrc.erb @@ -13,15 +13,15 @@ clone-url=<%= @clone_url %> snapshots=tar.gz tar.bz2 # caching -cache-about-ttl=<% @cache_about_ttl %> -cache-dynamic-ttl=<% @cache_dynamic_ttl %> -cache-repo-ttl=<% @cache_repo_ttl %> -cache-root=<% @cache_root %> -cache-root-ttl=<% @cache_root_ttl %> -cache-scanrc-ttl=<% @cache_scanrc_ttl %> -cache-size=<% @cache_size %> -cache-snapshot-ttl=<% @cache_snapshot_ttl %> -cache-static-ttl=<% @cache_static_ttl %> +cache-about-ttl=<%= @cache_about_ttl %> +cache-dynamic-ttl=<%= @cache_dynamic_ttl %> +cache-repo-ttl=<%= @cache_repo_ttl %> +cache-root=<%= @cache_root %> +cache-root-ttl=<%= @cache_root_ttl %> +cache-scanrc-ttl=<%= @cache_scanrc_ttl %> +cache-size=<%= @cache_size %> +cache-snapshot-ttl=<%= @cache_snapshot_ttl %> +cache-static-ttl=<%= @cache_static_ttl %> # switches enable-http-clone=1 |