Skip to content

Commit

Permalink
Bugfix: remove double declaration of "log-level"
Browse files Browse the repository at this point in the history
fixes on Puppet 8.6.0:
Server Error: The key '["log-level"]' is declared more than once (file: /etc/puppetlabs/code/environments/production/modules/keycloak/types/configs.pp, line: 69, column: 27)
  • Loading branch information
sircubbi committed Apr 12, 2024
1 parent 7d93588 commit b6d61ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/configs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
Optional['log-file'] => Stdlib::Absolutepath,
Optional['log-file-format'] => String[1],
Optional['log-file-output'] => Enum['default','json'],
Optional['log-level'] => String[1],
Optional['log-gelf-facility'] => String[1],
Optional['log-gelf-host'] => Stdlib::Host,
Optional['log-gelf-include-location'] => Boolean,
Expand Down

0 comments on commit b6d61ef

Please sign in to comment.