diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-09 23:38:13 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-09 23:38:13 -0300 |
| commit | 3cc7e8809806958f475ac9183a99675cfc6a1d02 (patch) | |
| tree | 7be6a3a7f97813c6e65bf9ba9c3ede15c54e6436 | |
| parent | 4514f895cdbe8cdf0408f4a96d01c2e75d1c9288 (diff) | |
| download | puppet-mpd-3cc7e8809806958f475ac9183a99675cfc6a1d02.tar.gz puppet-mpd-3cc7e8809806958f475ac9183a99675cfc6a1d02.tar.bz2 | |
Adding mpd user into audio group
| -rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 0bae454..3c17617 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -37,7 +37,7 @@ class mpd::all { home => '/var/lib/mpd', shell => '/bin/false', gid => 'audio', - groups => [ 'pulse', 'pulse-access' ], + groups => [ 'audio', 'pulse', 'pulse-access' ], } # Ensure pulseaudio is running systemwide so both mpd and users |
