We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f77d8 commit 07071f9Copy full SHA for 07071f9
spec/acceptance/05_mysql_xtrabackup_spec.rb
@@ -40,7 +40,7 @@ class { 'mysql::server': root_password => 'password' }
40
/RedHat/: {
41
# RHEL/CentOS 5 is no longer supported by Percona, but older versions
42
# of the repository are still available.
43
- if versioncmp($facts['os']['release']['major'], '6') > 0 {
+ if versioncmp($facts['os']['release']['major'], '7') >= 0 {
44
$percona_url = 'http://repo.percona.com/yum/percona-release-latest.noarch.rpm'
45
$epel_url = "https://download.fedoraproject.org/pub/epel/epel-release-latest-${facts['os']['release']['major']}.noarch.rpm"
46
} else {
0 commit comments