Skip to content

Commit

Permalink
fix: KDE with outdated require id
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jun 8, 2024
1 parent c7c85fb commit 1003d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/dom0/desktop-kde.sls
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ include:
- name: systemctl disable lightdm
- runas: root
- require:
- pkg: {{ slsdotpath }}-kde-installed
- pkg: {{ slsdotpath }}-desktop-kde-installed
"{{ slsdotpath }}-desktop-kde-enable-sddm":
cmd.run:
- name: systemctl enable sddm
- runas: root
- require:
- cmd: {{ slsdotpath }}-disable-lightdm
- cmd: {{ slsdotpath }}-desktop-kde-disable-lightdm
"{{ slsdotpath }}-desktop-kde-activity-notifier":
file.managed:
Expand Down

0 comments on commit 1003d62

Please sign in to comment.