summaryrefslogtreecommitdiff
path: root/lib/chef/provider/group.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/group.rb')
-rw-r--r--lib/chef/provider/group.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/provider/group.rb b/lib/chef/provider/group.rb
index bfbffe9139..b40c2f5fd6 100644
--- a/lib/chef/provider/group.rb
+++ b/lib/chef/provider/group.rb
@@ -24,8 +24,7 @@ class Chef
class Provider
class Group < Chef::Provider
include Chef::Mixin::ShellOut
- attr_accessor :group_exists
- attr_accessor :change_desc
+ attr_accessor :group_exists, :change_desc
def initialize(new_resource, run_context)
super