Files
securityonion/salt/workstation/xwindows.sls
2022-03-24 09:57:58 -04:00

12 lines
259 B
Plaintext

include:
- workstation.packages
graphical_target:
file.symlink:
- name: /etc/systemd/system/default.target
- target: /lib/systemd/system/graphical.target
- force: True
- require:
- pkg: X Window System
- pkg: graphical_extras