-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
ac0629a
commit 270a7b6
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
18 changes: 9 additions & 9 deletions
18
jans-linux-setup/jans_setup/setup_app/data/package_list.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
{ | ||
"red 7": { | ||
"optional": "", | ||
"mondatory": "httpd httpd-mod_ssl curl wget tar xz unzip rsyslog bzip2", | ||
"mondatory": "httpd httpd-mod_ssl mod_auth_openidc curl wget tar xz unzip rsyslog bzip2", | ||
"python": {"ldap3":"python3-ldap3", "requests":"python3-requests", "ruamel.yaml":"python3-ruamel-yaml", "certifi":"python3-certifi", "pymysql":"python3-PyMySQL", "Crypto": "python3-cryptography"} | ||
}, | ||
"red 8": { | ||
"optional": "", | ||
"mondatory": "httpd mod_ssl curl wget tar xz unzip rsyslog bzip2", | ||
"mondatory": "httpd mod_ssl mod_auth_openidc curl wget tar xz unzip rsyslog bzip2", | ||
"python": {"ldap3":"python3-ldap3", "requests":"python3-requests", "ruamel.yaml":"python3-ruamel-yaml", "certifi":"python3-certifi", "pymysql":"python3-PyMySQL", "Crypto": "python3-cryptography"} | ||
}, | ||
"centos 7": { | ||
"optional": "", | ||
"mondatory": "httpd mod_ssl curl wget tar xz unzip bzip2 rsyslog ", | ||
"mondatory": "httpd mod_ssl curl mod_auth_openidc wget tar xz unzip bzip2 rsyslog ", | ||
"python": {"ldap3":"python3-ldap3", "requests":"python3-requests", "ruamel.yaml":"python3-ruamel-yaml", "certifi":"python3-certifi", "pymysql":"python3-PyMySQL", "Crypto": "python3-cryptography"} | ||
}, | ||
"centos 8": { | ||
"optional": "", | ||
"mondatory": "httpd mod_ssl curl wget tar xz unzip rsyslog bzip2", | ||
"mondatory": "httpd mod_ssl mod_auth_openidc curl wget tar xz unzip rsyslog bzip2", | ||
"python": {"ldap3":"python3-ldap3", "requests":"python3-requests", "ruamel.yaml":"python3-ruamel-yaml", "certifi":"python3-certifi", "pymysql":"python3-PyMySQL", "Crypto": "python3-cryptography"} | ||
}, | ||
"suse 15": { | ||
"optional": "", | ||
"mondatory": "apache2 curl wget tar xz unzip rsyslog bzip2", | ||
"mondatory": "apache2 apache2-mod_auth_openidc curl wget tar xz unzip rsyslog bzip2", | ||
"python": {"ldap3":"python3-ldap3", "requests":"python3-requests", "ruamel.yaml":"python3-ruamel-yaml", "certifi":"python3-certifi", "pymysql":"python3-PyMySQL", "Crypto": "python3-cryptography"} | ||
}, | ||
"debian 10": { | ||
"optional": "", | ||
"mondatory": "apache2 curl wget tar xz-utils unzip rsyslog bzip2", | ||
"mondatory": "apache2 libapache2-mod-auth-openidc curl wget tar xz-utils unzip rsyslog bzip2", | ||
"python": {"ldap3":"python3-ldap3", "requests":"python3-requests", "ruamel.yaml":"python3-ruamel.yaml", "certifi":"python3-certifi", "pymysql":"python3-pymysql", "Crypto": "python3-crypto"} | ||
}, | ||
"debian 9": { | ||
"optional": "", | ||
"mondatory": "apache2 curl wget tar xz-utils unzip rsyslog bzip2", | ||
"mondatory": "apache2 libapache2-mod-auth-openidc curl wget tar xz-utils unzip rsyslog bzip2", | ||
"python": {"ldap3":"python3-ldap3", "requests":"python3-requests", "ruamel.yaml":"python3-ruamel.yaml", "certifi":"python3-certifi", "pymysql":"python3-pymysql", "Crypto": "python3-crypto"} | ||
}, | ||
"ubuntu 18": { | ||
"optional": "", | ||
"mondatory": "apache2 curl wget xz-utils unzip rsyslog net-tools bzip2", | ||
"mondatory": "apache2 libapache2-mod-auth-openidc curl wget xz-utils unzip rsyslog net-tools bzip2", | ||
"python": {"ldap3":"python3-ldap3", "requests":"python3-requests", "ruamel.yaml":"python3-ruamel.yaml", "certifi":"python3-certifi", "pymysql":"python3-pymysql", "Crypto": "python3-crypto"} | ||
}, | ||
"ubuntu 20": { | ||
"optional": "", | ||
"mondatory": "apache2 curl wget xz-utils unzip rsyslog bzip2", | ||
"mondatory": "apache2 libapache2-mod-auth-openidc curl wget xz-utils unzip rsyslog bzip2", | ||
"python": {"ldap3":"python3-ldap3", "requests":"python3-requests", "ruamel.yaml":"python3-ruamel.yaml", "certifi":"python3-certifi", "pymysql":"python3-pymysql", "Crypto": "python3-crypto"} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters