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

Change shellout to shell_out #57

Closed ton31337 closed 8 years ago

ton31337 commented 8 years ago

Description

    NoMethodError
    -------------
    No resource or method named `shellout' for `LWRP provider ssh_known_hosts_entry from cookbook ssh_known_hosts ""'

Issues Resolved

Change shellout to shell_out

ton31337 commented 8 years ago

tagging @iennae

ton31337 commented 8 years ago

@tas50

JohnMorales commented 8 years ago

Confirming this bug, thanks @ton31337 for the fix!

iennae commented 8 years ago

Ahh, yes, I caught this earlier myself and was working on a fix. #58 resolves. Thanks for noticing! Appreciate the contribution.