summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-19 14:50:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-19 14:50:00 -0300
commit92bec1c3d6c8c3336ec1d98298498f499834948b (patch)
tree1be1cd79c9d4712065a0e71cb09d28a60f214a30 /manifests/client.pp
parent27254e40605e89efc7e9291b7831fb3810e40e9b (diff)
downloadpuppet-mpd-92bec1c3d6c8c3336ec1d98298498f499834948b.tar.gz
puppet-mpd-92bec1c3d6c8c3336ec1d98298498f499834948b.tar.bz2
Adds mpd::maintenance
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 4d9f7bd..a603f69 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -1,5 +1,5 @@
-class mpd::client {
- package { [ 'mpc', 'ncmpcpp' ]:
+class mpd::client inherits mpd::client::base {
+ package { 'ncmpcpp':
ensure => installed,
}