.
This commit is contained in:
13
cockpit/init.sls
Normal file
13
cockpit/init.sls
Normal 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
|
Reference in New Issue
Block a user