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

environment_search and disable searching options #46

Closed popsikle closed 8 years ago

popsikle commented 8 years ago

Re-surface of https://github.com/chef-cookbooks/ssh_known_hosts/pull/24 but can be merged, has tests, and allows for an array of environments to include.

bdwyertech commented 8 years ago

Should probably use AND -name:#{node.name} instead of NOT name:#{node.name}

See the warning here

lamont-granquist commented 8 years ago

This should be done by using a wrapper cookbook, using the provided resource, and not using the included recipe.