bullseye and non-debian. mpd
This commit is contained in:
14
roles/mpd/common.sls
Normal file
14
roles/mpd/common.sls
Normal file
@@ -0,0 +1,14 @@
|
||||
mpd_pkgs:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- mpd
|
||||
- mpc
|
||||
|
||||
etc_mpd_conf:
|
||||
file:
|
||||
- managed
|
||||
- name: /etc/mpd.conf
|
||||
- source: salt://roles/mpd/files/mpd.conf
|
||||
- user: mpd
|
||||
- group: audio
|
||||
- mode: 0600
|
||||
Reference in New Issue
Block a user