You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 6.24.0
Ruby:
Distribution: CentOS 7
Module version: 3.0.0 and 3.1.0
This configuration from the documentation does not work any longer (works in v2):
# Configuring multiple olc serverIDs for multiple master or mirror modeopenldap::server::globalconf { 'ServerID':
ensure => present,
value => { 'ServerID' => [ '1 ldap://master1.example.com', '2 ldap://master2.example.com' ] }
}
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Openldap::Server::Globalconf[ServerID]:
parameter 'value' variant 0 expects a String value, got Struct
parameter 'value' variant 1 entry 'ServerID' expects a String value, got Tuple
The text was updated successfully, but these errors were encountered:
kenyon
changed the title
Regression in treatment og Globalconf
Regression in treatment of Globalconf
Sep 7, 2021
Affected Puppet, Ruby, OS and module versions/distributions
This configuration from the documentation does not work any longer (works in v2):
The text was updated successfully, but these errors were encountered: