Skip to content

Commit 7dc4d01

Browse files
authored
Merge pull request #2437 from puppetlabs/CAT-1261-update_SUSE_repo_name
(CAT-1261)-update_SUSE_repo_name
2 parents 9436c0a + f787789 commit 7dc4d01

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

manifests/mod/php.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
if ($_package_name == 'apache2-mod_php7' and versioncmp($facts['os']['release']['major'], '15') >= 0 and versioncmp($facts['os']['release']['minor'], '3') == 1) {
112112
exec { 'enable legacy repos':
113113
path => '/bin:/usr/bin/:/sbin:/usr/sbin',
114-
command => 'SUSEConnect --product sle-module-legacy/15.4/x86_64',
115-
unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.4/x86_64',
114+
command => 'SUSEConnect --product sle-module-legacy/15.5/x86_64',
115+
unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.5/x86_64',
116116
}
117117
}
118118

spec/setup_acceptance_node.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
if (versioncmp($facts['os']['release']['major'], '15') >= 0 and versioncmp($facts['os']['release']['minor'], '3') == 1) {
1111
exec { 'enable legacy repos':
1212
path => '/bin:/usr/bin/:/sbin:/usr/sbin',
13-
command => 'SUSEConnect --product sle-module-legacy/15.4/x86_64',
14-
unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.4/x86_64',
13+
command => 'SUSEConnect --product sle-module-legacy/15.5/x86_64',
14+
unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.5/x86_64',
1515
}
1616
}
1717
# needed for netstat, for serverspec checks

0 commit comments

Comments
 (0)