Commit e94e0f2
committed
fix(config): remove dicsort that breaks sudoers
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.1 parent b8a8f6f commit e94e0f2
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments