summaryrefslogtreecommitdiff
path: root/lib/chef/resource/locale.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-29 22:42:27 -0700
committerTim Smith <tsmith@chef.io>2018-10-30 16:20:28 -0700
commitf331b1380fac1a60279c2abafb3b233c9a736360 (patch)
tree92b8c1ef2f1fd1dd379af13d109abc55d7b0c02e /lib/chef/resource/locale.rb
parentdb1b8e3fbfc03fa689a70813b1db133fcd3c4b65 (diff)
downloadchef-f331b1380fac1a60279c2abafb3b233c9a736360.tar.gz
Skip more resources and set others to desired state falseresource_descriptions
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/locale.rb')
-rw-r--r--lib/chef/resource/locale.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/locale.rb b/lib/chef/resource/locale.rb
index 443e682c47..ca6ea510c0 100644
--- a/lib/chef/resource/locale.rb
+++ b/lib/chef/resource/locale.rb
@@ -28,6 +28,7 @@ class Chef
property :lang, String,
default: "en_US.utf8",
description: "Sets the default system language."
+
property :lc_all, String,
default: "en_US.utf8",
description: "Sets the fallback system language."