Method: Bolt::Plugin::Puppetdb#warn_missing_fact
- Defined in:
- lib/bolt/plugin/puppetdb.rb
#warn_missing_fact(certname, fact) ⇒ Object
30 31 32 |
# File 'lib/bolt/plugin/puppetdb.rb', line 30 def warn_missing_fact(certname, fact) @logger.warn("Could not find fact #{fact} for node #{certname}") end |