summaryrefslogtreecommitdiff
path: root/lib/chef/resource/group.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/group.rb')
-rw-r--r--lib/chef/resource/group.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/chef/resource/group.rb b/lib/chef/resource/group.rb
index 9a43c60e31..b7f44cd239 100644
--- a/lib/chef/resource/group.rb
+++ b/lib/chef/resource/group.rb
@@ -1,7 +1,7 @@
#
# Author:: Adam Jacob (<adam@chef.io>)
# Author:: Tyler Cloke (<tyler@chef.io>)
-# Copyright:: Copyright 2008-2018, Chef Software Inc.
+# Copyright:: Copyright 2008-2019, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -20,8 +20,6 @@
class Chef
class Resource
class Group < Chef::Resource
- unified_mode true
-
state_attrs :members
description "Use the group resource to manage a local group."