mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2025-04-19 22:12:04 +02:00
fix placement of polkit include
This commit is contained in:
parent
e2360c89f4
commit
18690da4a3
@ -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