Fix in install

This commit is contained in:
Antonio de la Rosa 2025-05-19 01:33:29 +02:00
parent 50204461ee
commit b6f1ae56bf
2 changed files with 7 additions and 15 deletions

View file

@ -62,16 +62,3 @@ install_php['rocky']=install_php['fedora']
linux.json_log('Install php {}...'.format(version), error=0, status=0, progress=0, no_progress=1);
linux.exec(install_php)
#sed_php={'debian' : ['ServerTokens OS', "ServerTokens Prod", '\/etc\/apache2\/conf-enabled\/security.conf']}
"""
debian_package='apache2 logrotate socat curl'
redhat_package='httpd mod_ssl mod_md openssl tar socat policycoreutils-python-utils wget'
linux_package={'debian' : debian_package, 'ubuntu' : debian_package, 'fedora' : redhat_package, 'almalinux' : redhat_package, 'rocky' : redhat_package, 'arch' : 'apache'}
linux.install_package(linux_package);
"""