This is when my anti-pattern failure happens! I decided that I need to modify the cookbook to use the upgrade action rather than install action. Our configuration of the ssh_config and sshd_configs are also very specific so those attributes needed changed as well. I went ahead and made these changes in my copy of the community cookbook. I now realize that this was an unsustainable and poor decision. I will be refactoring over the next few days to get the cookbooks separate and sustainable. Hopefully in the future I will continue to notice my mistakes. I will definitely have to keep an eye on this as I am learning Chef on my own without much guidance.
Thanks to the following two blogs for helping me to realize my mistake!
My original finding (Great summary/bulleting):
http://dougireton.com/blog/2013/02/16/chef-cookbook-anti-patterns/
Linked from above (Great info):
http://devopsanywhere.blogspot.com/2012/11/how-to-write-reusable-chef-cookbooks.html