summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2026-01-31 12:42:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2026-01-31 12:42:11 -0300
commitb9acf13625978d0021486d216d8a86edfe81ba61 (patch)
treeb36c145f5458f74f4a5998e88b6ef1b9c01ac02c
parenta0504c1283c5bca1cbbcdf67bf6c6c25d390361b (diff)
downloadpuppet-mpd-master.tar.gz
puppet-mpd-master.tar.bz2
Fix: remove class arguments from mpd::clientHEADmaster
-rw-r--r--manifests/client.pp4
1 files changed, 1 insertions, 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,
}