# File lib/chef/shell_out.rb, line 138 def gid return nil unless group group.kind_of?(Integer) ? group : Etc.getgrnam(group.to_s).gid end