From b9acf13625978d0021486d216d8a86edfe81ba61 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 31 Jan 2026 12:42:11 -0300 Subject: [PATCH] Fix: remove class arguments from mpd::client --- manifests/client.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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, } -- 2.39.5