Skip to content

Commit

Permalink
Merge pull request #19043 from carbonin/dont_require_apache_for_embed…
Browse files Browse the repository at this point in the history
…ded_ansible

Don't start httpd when the embedded ansible role is assigned
  • Loading branch information
bdunne authored Jul 24, 2019
2 parents d469aeb + 9fe6ae9 commit 82fe638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/miq_server/role_management.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module MiqServer::RoleManagement
extend ActiveSupport::Concern

ROLES_NEEDING_APACHE = %w(user_interface web_services remote_console embedded_ansible cockpit_ws).freeze
ROLES_NEEDING_APACHE = %w(user_interface web_services remote_console cockpit_ws).freeze

included do
has_many :assigned_server_roles, :dependent => :destroy
Expand Down

0 comments on commit 82fe638

Please sign in to comment.