Sha256: f2542c9de0d73be2ed9e0868107b244cdd6bdd32493ae9a92228dd0b5ea89b72
Contents?: true
Size: 468 Bytes
Versions: 72
Compression:
Stored size: 468 Bytes
Contents
# # /etc/sudoers # # Generated by Chef for <%= @node[:fqdn] %> # Defaults !lecture,tty_tickets,!fqdn # User privilege specification root ALL=(ALL) ALL <% @sudoers_users.each do |user| -%> <%= user %> ALL=(ALL) ALL <% end -%> # Members of the sysadmin group may gain root privileges %sysadmin ALL=(ALL) ALL <% @sudoers_groups.each do |group| -%> # Members of the group '<%= group %>' may gain root privileges %<%= group %> ALL=(ALL) ALL <% end -%>
Version data entries
72 entries across 72 versions & 4 rubygems