Closed popsikle closed 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.
Should probably use AND -name:#{node.name} instead of NOT name:#{node.name}
AND -name:#{node.name}
NOT name:#{node.name}
See the warning here
This should be done by using a wrapper cookbook, using the provided resource, and not using the included recipe.
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.