puppetlabs-toy-chest / puppetlabs-aws

Puppet module for managing AWS resources to build out infrastructure
Apache License 2.0
188 stars 216 forks source link

Attempt fix hash method call on nil object #384

Closed prozach closed 7 years ago

prozach commented 7 years ago

Without this change, we call '.keys' on a nil object. The 'initialize' method should have set the 'property_flush' to an empty hash, so I'm a little confused about why this is required.

prozach commented 7 years ago

@daveseff For your testing please.

hunner commented 7 years ago

Yeah, no idea why this would be nil.

daveseff commented 7 years ago

Thanks. I will test.