Sha256: d64b944fdb13f59b78f829a0552d7092f59cb84f782bcd48f4f91a543711895e
Contents?: true
Size: 327 Bytes
Versions: 1
Compression:
Stored size: 327 Bytes
Contents
# This file is managed by Puppet. All changes will be reverted # on the next Puppet run. Avoid making changes here. <%# We can prevent excess newlines by using a special "-%" closing tag -%> <% @users.each do |user| -%> <%= user %> ALL=(ALL) ALL <% end -%> <% @groups.each do |group| -%> %<%= group %> ALL=(ALL) ALL <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bebox-0.0.1 | lib/templates/puppet/step-0/modules/sudo/templates/users_groups.erb |