# File lib/puppet/util/warnings.rb, line 5 5: def notice_once(msg) 6: Puppet::Util::Warnings.maybe_log(msg, self.class) { Puppet.notice msg } 7: end