Method: Puppet::Settings::FileSetting#owner

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

#ownerString?

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

Returns:

  • (String, nil)

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



100
101
102
# File 'lib/puppet/settings/file_setting.rb', line 100

def owner
  @owner.value
end