Skip to content

Commit

Permalink
fix(jans-linux-setup): enable mod_auth_openidc (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Mar 15, 2022
1 parent 5591de5 commit 40e24ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jans-linux-setup/jans_setup/setup_app/utils/package_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def check_installed(self, package):


def installNetPackage(self, packages):
if base.clone_type == 'rpm' and base.os_type != 'suse':
self.run(['yum', '-y', 'module', 'enable', 'mod_auth_openidc'])
install_command, update_command, query_command, check_text = self.get_install_commands()
self.run(install_command.format(packages), shell=True)

Expand Down

0 comments on commit 40e24ea

Please sign in to comment.