ncerny / chef_stack

4 stars 6 forks source link

Supply bogus string value to statisfy resource #29

Closed brandocorp closed 7 years ago

brandocorp commented 7 years ago

When the chef_client resource is run with no value for the validation_pem attribute, it rasies an error. This provides the source attribute for the nested chef_file resource so that it will compile and then the resource guards prevent still properly prevent execution.

Fixes #27

ncerny commented 7 years ago

I believe this is fixed in chef_file with #26. Will you take a look there?

brandocorp commented 7 years ago

I will, thanks!

brandocorp commented 7 years ago

Looks good, thanks! Closing this PR