Class: SaltHiera::Plugins::NoPlugin

Inherits:
Object
  • Object
show all
Defined in:
lib/salt_hiera/plugins/no_plugin.rb

Class Method Summary collapse

Class Method Details

.process_file(file) ⇒ Object



5
6
7
8
9
10
# File 'lib/salt_hiera/plugins/no_plugin.rb', line 5

def self.process_file file

  Logger.debug "(missing plugin) NoPlugin called on #{file}"
  {}

end