Skip to content

Commit

Permalink
fix: parameter 'value' expects a String value, got Integer
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Wall committed May 16, 2023
1 parent d7a8612 commit b0f51a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
# @author Bernhard Frauendienst <puppet@nospam.obeliks.de>
#
define rspamd::config (
String $value,
Variant[Integer, Float, String] $value,
Rspamd::Ucl::ValueType $type = 'auto',
Enum['merge', 'override'] $mode = 'merge',
Enum['present', 'absent'] $ensure = 'present',
Expand Down

0 comments on commit b0f51a9

Please sign in to comment.