]> gitweb.fluxo.info Git - puppet-git.git/commitdiff
Fix: use correct template tags
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 8 Sep 2025 16:33:54 +0000 (13:33 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 8 Sep 2025 16:33:54 +0000 (13:33 -0300)
templates/cgitrc.erb

index 3838b0d711c8e7618f39356d7cc17da3ce52bbac..0f06680fbb1d250bc4324457ef802f5fa88c96a2 100644 (file)
@@ -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