You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in bc62b6e dicsort was applied to the pillar entries. But in the
sudoers file *order matters* so, using `dicsort`, breaks it.
From man 5 sudoers:
> When multiple entries match for a user, they are
> applied in order. Where there are multiple matches, the last match
> is used (which is not necessarily the most specific match).
Removed `dictsort` from the {users,groups,netgroups} specifications.
BREANKING CHANGE: sudoers entries' order will change and might break
existing configuration. You should check your pillars and rendering.
0 commit comments