summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_dfs_folder.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/windows_dfs_folder.rb')
-rw-r--r--lib/chef/resource/windows_dfs_folder.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/chef/resource/windows_dfs_folder.rb b/lib/chef/resource/windows_dfs_folder.rb
index a93a11808c..763163eb90 100644
--- a/lib/chef/resource/windows_dfs_folder.rb
+++ b/lib/chef/resource/windows_dfs_folder.rb
@@ -28,18 +28,18 @@ class Chef
introduced "15.0"
property :folder_path, String,
- description: "An optional property to set the path of the dfs folder if it differs from the resource block's name.",
- name_property: true
+ description: "An optional property to set the path of the dfs folder if it differs from the resource block's name.",
+ name_property: true
property :namespace_name, String,
- description: "The namespace this should be created within.",
- required: true
+ description: "The namespace this should be created within.",
+ required: true
property :target_path, String,
- description: "The target that this path will connect you to."
+ description: "The target that this path will connect you to."
property :description, String,
- description: "Description for the share."
+ description: "Description for the share."
action :create do
description "Creates the folder in dfs namespace."