mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2025-10-13 04:54:47 +00:00
Merge pull request #35 from arjenz/convert_data
Do explicit string conversion on values too
This commit is contained in:
commit
d4d0dd6ac8
@ -129,7 +129,7 @@ module PuppetX
|
||||
attr = attribute.to_s
|
||||
value_data = []
|
||||
Array(values).flatten.each do |v|
|
||||
value_data << v.chomp
|
||||
value_data << v.to_s.chomp
|
||||
end
|
||||
entry_data[attr] = value_data
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user