mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2025-03-02 10:15:11 +01:00
fix placement of polkit include
This commit is contained in:
parent
6e3a507ac3
commit
6714c3620f
@ -22,7 +22,6 @@
|
||||
|
||||
{%- if used_sudo or used_googleauth or used_user_files %}
|
||||
include:
|
||||
- users.polkit
|
||||
{%- if used_sudo %}
|
||||
- users.sudo
|
||||
{%- endif %}
|
||||
@ -33,6 +32,7 @@ include:
|
||||
- users.user_files
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
- users.polkit
|
||||
|
||||
{% for name, user in pillar.get('users', {}).items()
|
||||
if user.absent is not defined or not user.absent %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user