engines/bastion_katello/lib/bastion_katello/engine.rb in katello-4.9.2 vs engines/bastion_katello/lib/bastion_katello/engine.rb in katello-4.10.0.rc1

- old
+ new

@@ -38,13 +38,11 @@ select_organization ), :config_generator => lambda do { 'consumerCertRPM' => consumer_cert_rpm, 'defaultDownloadPolicy' => !Foreman.in_rake? && db_migrated && Setting['default_download_policy'], - 'katelloAgentPresent' => ::Katello.with_katello_agent?, 'remoteExecutionPresent' => ::Katello.with_remote_execution?, - 'hostToolingEnabled' => (::Katello.with_katello_agent? || ::Katello.with_remote_execution?) ? true : false, - 'remoteExecutionByDefault' => ::Katello.remote_execution_by_default? + 'hostToolingEnabled' => ::Katello.with_remote_execution? } end ) end end