Skip to content
Snippets Groups Projects
Commit 03ea38b3 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Fix type.

parent 216076d1
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ define mpd::config ( ...@@ -111,7 +111,7 @@ define mpd::config (
Optional[Integer] $max_playlist_length = undef, Optional[Integer] $max_playlist_length = undef,
Optional[Integer] $max_output_buffer_size = undef, Optional[Integer] $max_output_buffer_size = undef,
Optional[String] $filesystem_charset = undef, Optional[String] $filesystem_charset = undef,
Optional[Metadata] $metadata_to_use = undef, Optional[Mpd::Metadata] $metadata_to_use = undef,
Boolean $auto_update = true, Boolean $auto_update = true,
Optional[Integer] $auto_update_depth = undef, Optional[Integer] $auto_update_depth = undef,
String $config_file = '/etc/mpd.conf', String $config_file = '/etc/mpd.conf',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment