# File lib/chef/provider/group/pw.rb, line 24 def load_current_resource super raise Chef::Exceptions::Group, "Could not find binary /usr/sbin/pw for #{@new_resource}" unless ::File.exists?("/usr/sbin/pw") end