]> gitweb.fluxo.info Git - puppet-mpd.git/commitdiff
Do not use ncmpc or mpdtoys right now
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 5 Mar 2016 21:55:08 +0000 (18:55 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 5 Mar 2016 21:55:08 +0000 (18:55 -0300)
manifests/client.pp

index 2efeec0df3f7aef6b0002ee4d714355a36cea06d..4d9f7bd6b672f05ff50c6a6dff817c3ebc7f6229 100644 (file)
@@ -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,
+  }
 }