Method: Puppet::Settings::FileSetting#group

Defined in:
lib/puppet/settings/file_setting.rb

#groupString?

Returns the name of the group to use for the file or nil if the group should not be managed.

Returns:

  • (String, nil)

    the name of the group to use for the file or nil if the group should not be managed



94
95
96
# File 'lib/puppet/settings/file_setting.rb', line 94

def group
  @group.value
end