From: Silvio Rhatto Date: Wed, 6 Mar 2013 00:57:49 +0000 (-0300) Subject: Managing mpd user for pulse access (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=503dc919f8db62a9888957b475ae4536202eaf9d;p=puppet-mpd.git Managing mpd user for pulse access (2) --- diff --git a/manifests/init.pp b/manifests/init.pp index b6aa300..6cdd0d8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -38,6 +38,5 @@ class mpd::all { shell => '/bin/false', gid => 'audio', groups => [ 'pulse', 'pulse-access' ], - require => Group['mpd'], } }