Closed spiffytech closed 9 years ago
Hi. I am an automated pull request bot named Curry. There are commits in this pull request whose authors are not yet authorized to contribute to Chef Software, Inc. projects or are using a non-GitHub verified email address. To become authorized to contribute, you will need to sign the Contributor License Agreement (CLA) as an individual or on behalf of your company. You can read more on Chef's blog.
The following GitHub users do not appear to have signed a CLA:
Hi. Your friendly Curry bot here. Just letting you know that all commit authors have become authorized to contribute. I have added the "Signed CLA" label to this issue so it can easily be found in the future.
@spiffytech in the cookbook that is calling the LWRP, does it declare that it depends on the ssh_known_hosts cookbook in it's metadata?
@spiffytech yeah, you just need to put the cookbook in the calling cookbooks metadata as a depends.
We have no use for the logic inside recipes/default.rb. In fact, the logic is broken in our environment using Chef Zero, preventing our Chef runs from completing. But we have to include the ssh_known_hosts cookbook to use its LWRP.
This pull request adds a no-op recipe that may be included without performing any actions, thereby exposing the ssh_known_hosts_entry LWRP to our cookbooks.