Skip to content

Commit

Permalink
Merge pull request #3528 from hstastna/Unable_add_tag_configuration_p…
Browse files Browse the repository at this point in the history
…rovider

Enable to add tag for configuration provider
  • Loading branch information
himdel committed Mar 9, 2018
2 parents e9dc78a + abd869f commit db62fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/provider_foreman_controller.rb
Expand Up @@ -144,7 +144,7 @@ def class_for_provider_node
when "cp", "cs" then ManageIQ::Providers::Foreman::ConfigurationManager::ConfiguredSystem
when "xx" then
case nodes.second
when "fr" then ManageIQ::Providers::Foreman::ConfigurationManager
when "fr" then ManageIQ::Providers::ConfigurationManager
when "csf" then ConfiguredSystem
end
else
Expand Down

0 comments on commit db62fc9

Please sign in to comment.