Class: ForemanChef::FactImporter

Inherits:
StructuredFactImporter
  • Object
show all
Defined in:
app/models/foreman_chef/fact_importer.rb

Defined Under Namespace

Classes: FactNameImportError, Sparser

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.authorized_smart_proxy_featuresObject



9
10
11
# File 'app/models/foreman_chef/fact_importer.rb', line 9

def self.authorized_smart_proxy_features
  'Chef'
end

.support_backgroundObject



13
14
15
# File 'app/models/foreman_chef/fact_importer.rb', line 13

def self.support_background
  true
end

Instance Method Details

#fact_name_classObject



5
6
7
# File 'app/models/foreman_chef/fact_importer.rb', line 5

def fact_name_class
  ForemanChef::FactName
end