summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_dfs_namespace.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/windows_dfs_namespace.rb')
-rw-r--r--lib/chef/resource/windows_dfs_namespace.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/resource/windows_dfs_namespace.rb b/lib/chef/resource/windows_dfs_namespace.rb
index 3b201d1028..b88dcc5683 100644
--- a/lib/chef/resource/windows_dfs_namespace.rb
+++ b/lib/chef/resource/windows_dfs_namespace.rb
@@ -2,7 +2,7 @@
# Author:: Jason Field
#
# Copyright:: 2018, Calastone Ltd.
-# Copyright:: 2019, Chef Software, Inc.
+# Copyright:: 2019-2020, Chef Software Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -21,7 +21,6 @@ require_relative "../resource"
class Chef
class Resource
class WindowsDfsNamespace < Chef::Resource
- resource_name :windows_dfs_namespace
provides :windows_dfs_namespace
description "Creates a share and DFS namespace on the local server."