Skip to content

Commit

Permalink
Fix forgotten suse template
Browse files Browse the repository at this point in the history
  • Loading branch information
jay7x committed Oct 21, 2024
1 parent a290c0d commit 8b4de63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/sudoers.suse.epp
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ root ALL=(ALL) ALL
#includedir <%= $config_dir %>
<% $extra_include_dirs.each |$include_dir| { -%>
#includedir <%= $include_dir %>
<% } if $extra_include_dirs -%>
<%= scope.call_function('sudo::defaults', $defaults) -%>
<% } -%>
<%= sudo::defaults($defaults) -%>

0 comments on commit 8b4de63

Please sign in to comment.