example42 / puppet-yum

Puppet module for Yum
Other
43 stars 116 forks source link

yum: fix for param_lookup returning empty string for undef value. #134

Closed gwarf closed 8 years ago

gwarf commented 8 years ago

As param_lookup returns '' instead of undef it breaks with future_parser ('' is not a correct value for the source parameter of a File resource). It is a quick and dirty fix but it simple and seems to work. At least it is a starting point.

alvagante commented 8 years ago

Thank you.