mmz-srf / puppet-fluentd

Manage fluentd installation with Puppet
Apache License 2.0
6 stars 32 forks source link

template hash iteration is inconsistent #21

Closed btalbot closed 10 years ago

btalbot commented 10 years ago

As described here https://tickets.puppetlabs.com/browse/PUP-1755 among other places, the order of key-value pairs is inconsistent when using ruby 1.8 and puppet 3. The hashes should be sorted first to assure consistent ordering of generated configuration file elements.

btalbot commented 10 years ago

Nevermind! This got fixed since I ran into this the other day!

btalbot commented 10 years ago

Actually the fix is missing from the source.erb and forrest_match.erb templates. Pull request incoming ...

mms-gianni commented 10 years ago

i merged your pull request. THX.