summaryrefslogtreecommitdiff
path: root/manifests/client/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client/base.pp')
-rw-r--r--manifests/client/base.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/client/base.pp b/manifests/client/base.pp
new file mode 100644
index 0000000..6d4ab13
--- /dev/null
+++ b/manifests/client/base.pp
@@ -0,0 +1,5 @@
+class mpd::client::base {
+ package { 'mpc':
+ ensure => present,
+ }
+}