Projet

Général

Profil

Révision 861169e5

ID861169e59543dbe352e689ea28c94196e6d212f3
Parent dda21763
Enfant 5b13f220

Ajouté par Javier Angulo il y a presque 2 ans

fix #184: Add unit string for timeout,gc-interval

Voir les différences:

templates/set.epp
14 14
    flags <%= $flags.join(', ') %>
15 15
    <%- } -%>
16 16
    <%- if $timeout { -%>
17
    timeout <%= $timeout %>
17
    timeout <%= $timeout %>s
18 18
    <%- } -%>
19 19
    <%- if $gc_interval { -%>
20
    gc-interval <%= $gc_interval %>
20
    gc-interval <%= $gc_interval %>s
21 21
    <%- } -%>
22 22
    <%- if $elements and length($elements) > 0 { -%>
23 23
    elements = { <%= $elements.join(', ') %> }

Formats disponibles : Unified diff