chef-cookbooks / ssh_known_hosts

Development repository for Chef Cookbook ssh_known_hosts
https://supermarket.chef.io/cookbooks/ssh_known_hosts
Apache License 2.0
72 stars 77 forks source link

Add recipe with no actions, for LWRP users #27

Closed spiffytech closed 9 years ago

spiffytech commented 10 years ago

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.

chef-supermarket commented 10 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.

GitHub Users Who Are Not Authorized To Contribute

The following GitHub users do not appear to have signed a CLA:

Please sign the CLA here.

chef-supermarket commented 10 years ago

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.

cwebberOps commented 10 years ago

@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?

cwebberOps commented 9 years ago

@spiffytech yeah, you just need to put the cookbook in the calling cookbooks metadata as a depends.