diff --git a/manifests/mod/php.pp b/manifests/mod/php.pp index 38124d12c3..2d10e02b4b 100644 --- a/manifests/mod/php.pp +++ b/manifests/mod/php.pp @@ -111,8 +111,8 @@ if ($_package_name == 'apache2-mod_php7' and versioncmp($facts['os']['release']['major'], '15') >= 0 and versioncmp($facts['os']['release']['minor'], '3') == 1) { exec { 'enable legacy repos': path => '/bin:/usr/bin/:/sbin:/usr/sbin', - command => 'SUSEConnect --product sle-module-legacy/15.4/x86_64', - unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.4/x86_64', + command => 'SUSEConnect --product sle-module-legacy/15.5/x86_64', + unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.5/x86_64', } } diff --git a/spec/setup_acceptance_node.pp b/spec/setup_acceptance_node.pp index d8637aa083..6f3150006c 100644 --- a/spec/setup_acceptance_node.pp +++ b/spec/setup_acceptance_node.pp @@ -10,8 +10,8 @@ if (versioncmp($facts['os']['release']['major'], '15') >= 0 and versioncmp($facts['os']['release']['minor'], '3') == 1) { exec { 'enable legacy repos': path => '/bin:/usr/bin/:/sbin:/usr/sbin', - command => 'SUSEConnect --product sle-module-legacy/15.4/x86_64', - unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.4/x86_64', + command => 'SUSEConnect --product sle-module-legacy/15.5/x86_64', + unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.5/x86_64', } } # needed for netstat, for serverspec checks