show how to configure cockpit

This commit is contained in:
2025-01-28 14:21:44 +01:00
parent 658a4ffc6d
commit cc622f6a52
3 changed files with 39 additions and 0 deletions
@@ -22,6 +22,16 @@ base::services:
enable: false
```
## Manage a Socket Activated Service
For socket activated services use in Hiera `base:sockets` instead:
```
base::sockets:
cockpit:
enable: true
```
## Manage Services with Custom Unit Files
It is also possible to provide a full systemd unit file if there is none already. For this define the different secions and their content with subkeys below the `options` key as in below example: