From 3cc7e8809806958f475ac9183a99675cfc6a1d02 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 9 Mar 2013 23:38:13 -0300 Subject: Adding mpd user into audio group --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3