Arjen Zonneveld d13aec89dd Do explicit string conversion on values too
`to_s` the values too (like the attribute in line 129). This prevents the
copious logging of lines like

```
 [puppetserver] Puppet Ssh_authorized_key[arjen-ssh-rsa]['user']['key']['type'] contains a Net::BER::BerIdentifiedString value. It will be converted to the String 'ssh-rsa'
```

for each and every piece of data that gets used from the `ldapquery` results.
2022-10-06 12:29:48 +02:00
..