Method: Chef::Provider::Group::Suse#load_current_resource
- Defined in:
- lib/chef/provider/group/suse.rb
#load_current_resource ⇒ Object
29 30 31 32 33 |
# File 'lib/chef/provider/group/suse.rb', line 29 def load_current_resource super raise Chef::Exceptions::Group, "Could not find binary /usr/sbin/groupmod for #{@new_resource}" unless ::File.exists?("/usr/sbin/groupmod") end |