Method: Puppet::Settings::EnvironmentConf#raw_setting

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

#raw_setting(setting_name) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

API:

  • private



128
129
130
131
# File 'lib/puppet/settings/environment_conf.rb', line 128

def raw_setting(setting_name)
  setting = section.setting(setting_name) if section
  setting.value if setting
end