CHips L MINI SHELL

CHips L pro

Current Path : /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/functions/
Upload File :
Current File : //opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/functions/crit.rb

# Logs a message on the server at level `crit`.
Puppet::Functions.create_function(:crit, Puppet::Functions::InternalFunction) do
  # @param values The values to log.
  # @return [Undef]
  dispatch :crit do
    scope_param
    repeated_param 'Any', :values
    return_type 'Undef'
  end

  def crit(scope, *values)
    Puppet::Util::Log.log_func(scope, :crit, values)
  end
end

Copyright 2K16 - 2K18 Indonesian Hacker Rulez