Hiera::Puppet_logger

Public Class Methods

debug(msg) click to toggle source
# File lib/hiera/puppet_logger.rb, line 12
def debug(msg)
  Puppet.debug("hiera(): #{msg}")
end
suitable?() click to toggle source
# File lib/hiera/puppet_logger.rb, line 4
def suitable?
  defined?(::Puppet) == "constant"
end
warn(msg) click to toggle source
# File lib/hiera/puppet_logger.rb, line 8
def warn(msg)
  Puppet.notice("hiera(): #{msg}")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.