]> gitweb.fluxo.info Git - puppet-mpd.git/commitdiff
Managing mpd user for pulse access (2)
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 6 Mar 2013 00:57:49 +0000 (21:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 6 Mar 2013 00:57:49 +0000 (21:57 -0300)
manifests/init.pp

index b6aa3004d1f2dbcba4b52de738dc244a84ac2a4c..6cdd0d83f0d46f836ae8901efd7f98152c27b076 100644 (file)
@@ -38,6 +38,5 @@ class mpd::all {
     shell   => '/bin/false',
     gid     => 'audio',
     groups  => [ 'pulse', 'pulse-access' ],
-    require => Group['mpd'],
   }
 }