Current File : //opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/functions/notice.rb
# Logs a message on the server at level `notice`.
Puppet::Functions.create_function(:notice, Puppet::Functions::InternalFunction) do
  # @param values The values to log.
  # @return [Undef]
  dispatch :notice do
    scope_param
    repeated_param 'Any', :values
    return_type 'Undef'
  end

  def notice(scope, *values)
    Puppet::Util::Log.log_func(scope, :notice, values)
  end
end
Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!