Method: Puppet::Settings::ConfigFile::Section#with_setting

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

#with_setting(name, value, meta) ⇒ 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.



62
63
64
65
# File 'lib/puppet/settings/config_file.rb', line 62

def with_setting(name, value, meta)
  settings << Setting.new(name, value, meta)
  self
end