summaryrefslogtreecommitdiff
path: root/lib/chef/deprecation/provider/template.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/deprecation/provider/template.rb')
-rw-r--r--lib/chef/deprecation/provider/template.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/chef/deprecation/provider/template.rb b/lib/chef/deprecation/provider/template.rb
index 7fe6d9ef7b..0f93c637f6 100644
--- a/lib/chef/deprecation/provider/template.rb
+++ b/lib/chef/deprecation/provider/template.rb
@@ -16,17 +16,17 @@
# limitations under the License.
#
-#
-# This module contains the deprecated functions of
-# Chef::Provider::Template. These functions are refactored to different
-# components. They are frozen and will be removed in Chef 12.
-#
-
require 'chef/mixin/template'
class Chef
module Deprecation
module Provider
+
+ # == Deprecation::Provider::Template
+ # This module contains the deprecated functions of
+ # Chef::Provider::Template. These functions are refactored to different
+ # components. They are frozen and will be removed in Chef 12.
+ #
module Template
include Chef::Mixin::Template