]> gitweb.fluxo.info Git - puppet-mpd.git/commitdiff
Fix: remove class arguments from mpd::client master
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 31 Jan 2026 15:42:11 +0000 (12:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 31 Jan 2026 15:42:11 +0000 (12:42 -0300)
manifests/client.pp

index 3789330408b16c6375004391d87c77a275f06dd9..a603f69dc95cc3e8b1e32732a8394d444f223f0a 100644 (file)
@@ -1,6 +1,4 @@
-class mpd::client inherits mpd::client::base(
-  $ensure = 'installed,
-) {
+class mpd::client inherits mpd::client::base {
   package { 'ncmpcpp':
     ensure => installed,
   }