summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-17 12:02:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-17 12:02:38 -0300
commit713e21efd6d79b0f320c69001fdbf16b671a520c (patch)
treeb595e139ede4063d1b58bf84dea19b8ff952b87a /manifests/client.pp
parentdd87f6deba2a8908ac5ddf8cf1de8d45d49e49d3 (diff)
downloadpuppet-mpd-713e21efd6d79b0f320c69001fdbf16b671a520c.tar.gz
puppet-mpd-713e21efd6d79b0f320c69001fdbf16b671a520c.tar.bz2
Split classes into files
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
new file mode 100644
index 0000000..2efeec0
--- /dev/null
+++ b/manifests/client.pp
@@ -0,0 +1,5 @@
+class mpd::client {
+ package { [ 'mpc', 'ncmpc', 'ncmpcpp', 'mpdtoys' ]:
+ ensure => installed,
+ }
+}