From: Silvio Rhatto Date: Sat, 5 Mar 2016 21:55:08 +0000 (-0300) Subject: Do not use ncmpc or mpdtoys right now X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8d13dd4288478a0dcb06c46352f63f9487607f73;p=puppet-mpd.git Do not use ncmpc or mpdtoys right now --- diff --git a/manifests/client.pp b/manifests/client.pp index 2efeec0..4d9f7bd 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -1,5 +1,10 @@ class mpd::client { - package { [ 'mpc', 'ncmpc', 'ncmpcpp', 'mpdtoys' ]: + package { [ 'mpc', 'ncmpcpp' ]: ensure => installed, } + + # Not in use right now + package { [ 'ncmpc', 'mpdtoys' ]: + ensure => absent, + } }