mirror of
https://github.com/ben-grande/qusal.git
synced 2025-01-22 21:31:19 -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
|
||||
- install_recommends: False
|
||||
- skip_suggestions: True
|
||||
- pkg:
|
||||
- pkgs:
|
||||
- vim
|
||||
- xclip
|
||||
|
||||
|
@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
pkg.uptodate:
|
||||
- refresh: True
|
||||
|
||||
"{{ slsdotpath }}-kde-installed"
|
||||
"{{ slsdotpath }}-kde-installed":
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- kde-settings-qubes
|
||||
@ -37,13 +37,15 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
cmd.run:
|
||||
- name: systemctl disable lightdm
|
||||
- runas: root
|
||||
- require:
|
||||
- pkg: {{ slsdotpath }}-kde-installed
|
||||
|
||||
"{{ slsdotpath }}-enable-sddm":
|
||||
cmd.run:
|
||||
- name: systemctl enable sddm
|
||||
- runas: root
|
||||
- require:
|
||||
- cmd: disable-lightdm
|
||||
- cmd: {{ slsdotpath }}-disable-lightdm
|
||||
|
||||
"{{ slsdotpath }}-activity-notifier":
|
||||
file.managed:
|
||||
|
Loading…
Reference in New Issue
Block a user