summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_dns_zone.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/windows_dns_zone.rb')
-rw-r--r--lib/chef/resource/windows_dns_zone.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/chef/resource/windows_dns_zone.rb b/lib/chef/resource/windows_dns_zone.rb
index b3ae4b9ff7..9ac208fddc 100644
--- a/lib/chef/resource/windows_dns_zone.rb
+++ b/lib/chef/resource/windows_dns_zone.rb
@@ -28,16 +28,16 @@ class Chef
introduced "15.0"
property :zone_name, String,
- description: "An optional property to set the dns zone name if it differs from the resource block's name.",
- name_property: true
+ description: "An optional property to set the dns zone name if it differs from the resource block's name.",
+ name_property: true
property :replication_scope, String,
- description: "The replication scope for the zone, required if server_type set to 'Domain'.",
- default: "Domain"
+ description: "The replication scope for the zone, required if server_type set to 'Domain'.",
+ default: "Domain"
property :server_type, String,
- description: "The type of DNS server, Domain or Standalone.",
- default: "Domain", equal_to: %w{Domain Standalone}
+ description: "The type of DNS server, Domain or Standalone.",
+ default: "Domain", equal_to: %w{Domain Standalone}
action :create do
description "Creates and updates a DNS Zone."