- use includegroups feature to nest groups - remove the trailing ',' from includegroups
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
[[groups]]
|
|
name = "<%= $name %>"
|
|
gidnumber = <%= $gidnumber %>
|
|
<% if $includegroups.length > 0 { %>includegroups = [<%= $includegroups.join(', ') %>]<% } %>
|
|
|