diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2026-01-31 12:42:11 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2026-01-31 12:42:11 -0300 |
| commit | b9acf13625978d0021486d216d8a86edfe81ba61 (patch) | |
| tree | b36c145f5458f74f4a5998e88b6ef1b9c01ac02c | |
| parent | a0504c1283c5bca1cbbcdf67bf6c6c25d390361b (diff) | |
| download | puppet-mpd-b9acf13625978d0021486d216d8a86edfe81ba61.tar.gz puppet-mpd-b9acf13625978d0021486d216d8a86edfe81ba61.tar.bz2 | |
| -rw-r--r-- | manifests/client.pp | 4 |
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, } |
