This commit is contained in:
=
2022-11-02 11:18:20 +01:00
parent 1fddef7a97
commit 20c3717a10
43 changed files with 1201 additions and 472 deletions

13
cockpit/init.sls Normal file
View File

@@ -0,0 +1,13 @@
Install cockpit packages:
pkg.installed:
- pkgs:
- cockpit
- cockpit-podman
Start cockpit:
service.running:
- name: cockpit
- enable: True
- watch:
- pkg: Install cockpit packages