Révision 861169e5
fix #184: Add unit string for timeout,gc-interval
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