Class: ForemanSalt::FactImporter

Inherits:
FactImporter
  • Object
show all
Defined in:
app/services/foreman_salt/fact_importer.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.authorized_smart_proxy_featuresObject



11
12
13
# File 'app/services/foreman_salt/fact_importer.rb', line 11

def self.authorized_smart_proxy_features
  'Salt'
end

.support_backgroundObject



7
8
9
# File 'app/services/foreman_salt/fact_importer.rb', line 7

def self.support_background
  true
end

Instance Method Details

#fact_name_classObject



3
4
5
# File 'app/services/foreman_salt/fact_importer.rb', line 3

def fact_name_class
  ForemanSalt::FactName
end