Skip to content
Snippets Groups Projects
Commit 4a59356f authored by Nils Olof Paulsson's avatar Nils Olof Paulsson
Browse files

Change 70 -> 74

parent 2917eea9
No related branches found
No related tags found
No related merge requests found
Pipeline #17120 passed
......@@ -63,18 +63,18 @@ class aim_control(
include ::aim_control::remirepo
class { '::apache::mod::php':
package_name => 'php70',
package_name => 'php74',
}
include ::apache::mod::rewrite
package {
'php70-php-pdo':
'php74-php-pdo':
ensure => installed;
'php70-php-mbstring':
'php74-php-mbstring':
ensure => installed;
'php70-php-mysqlnd':
'php74-php-mysqlnd':
ensure => installed;
'php70-php-common':
'php74-php-common':
ensure => installed;
}
......
......@@ -9,7 +9,7 @@ class aim_control::remirepo(
}
exec { 'enable remi' :
command => 'yum-config-manager --enable remi-php70',
command => 'yum-config-manager --enable remi-php74',
path => ['/bin', '/usr/bin' ],
refreshonly => true,
creates => '/opt/remi',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment