mirror of
https://github.com/ben-grande/qusal.git
synced 2025-02-08 19:08:32 -05:00
fix: salt syntax with missing characters
This commit is contained in:
parent
fcfb2e236c
commit
bcc8165620
@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||||||
- refresh: True
|
- refresh: True
|
||||||
- install_recommends: False
|
- install_recommends: False
|
||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
- pkg:
|
- pkgs:
|
||||||
- vim
|
- vim
|
||||||
- xclip
|
- xclip
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||||||
pkg.uptodate:
|
pkg.uptodate:
|
||||||
- refresh: True
|
- refresh: True
|
||||||
|
|
||||||
"{{ slsdotpath }}-kde-installed"
|
"{{ slsdotpath }}-kde-installed":
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- kde-settings-qubes
|
- kde-settings-qubes
|
||||||
@ -37,13 +37,15 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||||||
cmd.run:
|
cmd.run:
|
||||||
- name: systemctl disable lightdm
|
- name: systemctl disable lightdm
|
||||||
- runas: root
|
- runas: root
|
||||||
|
- require:
|
||||||
|
- pkg: {{ slsdotpath }}-kde-installed
|
||||||
|
|
||||||
"{{ slsdotpath }}-enable-sddm":
|
"{{ slsdotpath }}-enable-sddm":
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: systemctl enable sddm
|
- name: systemctl enable sddm
|
||||||
- runas: root
|
- runas: root
|
||||||
- require:
|
- require:
|
||||||
- cmd: disable-lightdm
|
- cmd: {{ slsdotpath }}-disable-lightdm
|
||||||
|
|
||||||
"{{ slsdotpath }}-activity-notifier":
|
"{{ slsdotpath }}-activity-notifier":
|
||||||
file.managed:
|
file.managed:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user