puppet-prod/modules/glauth/templates/obj/group.epp
Ben Vincent 3a798a20d7 feat: implement nested groups
- use includegroups feature to nest groups
- remove the trailing ',' from includegroups
2024-09-26 17:15:51 +10:00

6 lines
164 B
Plaintext

[[groups]]
name = "<%= $name %>"
gidnumber = <%= $gidnumber %>
<% if $includegroups.length > 0 { %>includegroups = [<%= $includegroups.join(', ') %>]<% } %>