Method: Puppet::Interface#set_default_format

Defined in:
lib/vendor/puppet/interface.rb

#set_default_format(format) ⇒ Object



73
74
75
# File 'lib/vendor/puppet/interface.rb', line 73

def set_default_format(format)
  Puppet.warning("set_default_format is deprecated (and ineffective); use render_as on your actions instead.")
end