From 39a1e0f0bea5103924b21400f4aeb890dffa405b Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 3 Mar 2020 21:12:50 -0800 Subject: Remove the canonical DSL Signed-off-by: Lamont Granquist --- lib/chef/resource/rhsm_subscription.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/chef/resource/rhsm_subscription.rb') diff --git a/lib/chef/resource/rhsm_subscription.rb b/lib/chef/resource/rhsm_subscription.rb index 7bbf53f07d..b7c84e95b4 100644 --- a/lib/chef/resource/rhsm_subscription.rb +++ b/lib/chef/resource/rhsm_subscription.rb @@ -1,5 +1,5 @@ # -# Copyright:: 2015-2018 Chef Software, Inc. +# Copyright:: 2015-2020, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,7 +20,6 @@ require_relative "../resource" class Chef class Resource class RhsmSubscription < Chef::Resource - resource_name :rhsm_subscription provides(:rhsm_subscription) { true } description "Use the rhsm_subscription resource to add or remove Red Hat Subscription Manager"\ -- cgit v1.2.1