From: Silvio Rhatto Date: Sun, 10 Mar 2013 02:38:13 +0000 (-0300) Subject: Adding mpd user into audio group X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3cc7e8809806958f475ac9183a99675cfc6a1d02;p=puppet-mpd.git Adding mpd user into audio group --- 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