diff options
author | Tim Smith <tsmith@chef.io> | 2018-02-20 15:09:54 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-02-20 15:09:54 -0800 |
commit | 1882b513f8f85e5e27ff08d440956a4db72256b6 (patch) | |
tree | bfbd1a66a231dfdbacaf504bdb936cd4d36e2342 /lib | |
parent | c061fe1247fc05469c020b70e6a4b244f7d43e6d (diff) | |
download | chef-1882b513f8f85e5e27ff08d440956a4db72256b6.tar.gz |
Turns out the cookbook docs were wrong and domain isn't a name_property
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/resource/macos_userdefaults.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/macos_userdefaults.rb b/lib/chef/resource/macos_userdefaults.rb index 6c8c93e001..7fc1da28df 100644 --- a/lib/chef/resource/macos_userdefaults.rb +++ b/lib/chef/resource/macos_userdefaults.rb @@ -35,7 +35,7 @@ class Chef property :domain, String, description: "The domain the defaults belong to.", - name_property: true + required: true property :global, [true, false], |