Requires Chef 12.7 and removes the need for compat_resource, which actually broke the usage of this cookbook on modern chef-client releases (HWRPs and compat_resource do not mix)
Switch integration testing to InSpec
Add additional metadata to resolve Foodcritic warnings
Switch from Rake to delivery local mode.
Tests with ChefDK in Travis and nukes the Gemfile
Switches from rubocop to cookstyle and resolves warnings
Removes the ChefSpec matchers which are autogenerated in modern ChefSpec
Resolve a large number of Chef 14 deprecation warnings
Load the helper into the action_class since it's referencing new_resource
Fix using the public RHN sat servers with the registration. Previously it would still try to install the agent and then fail
Don't try to remove the agent rpm if we don't even download it. Don't waste our time
Add contributing and testing docs
Add Github templates
Fix the license file to get picked up by Supermarket and Github