From: Silvio Rhatto Date: Sat, 31 Jan 2026 15:42:11 +0000 (-0300) Subject: Fix: remove class arguments from mpd::client X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b9acf13625978d0021486d216d8a86edfe81ba61;p=puppet-mpd.git Fix: remove class arguments from mpd::client --- diff --git a/manifests/client.pp b/manifests/client.pp index 3789330..a603f69 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -1,6 +1,4 @@ -class mpd::client inherits mpd::client::base( - $ensure = 'installed, -) { +class mpd::client inherits mpd::client::base { package { 'ncmpcpp': ensure => installed, }