Skip to content

Commit 56d106f

Browse files
test
1 parent d9d823e commit 56d106f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/mysql_mariadb_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
baseurl => "http://yum.mariadb.org/10.4/$osname${facts['os']['release']['major']}-aarch64/",
1212
gpgkey => 'https://yum.mariadb.org/RPM-GPG-KEY-MariaDB',
1313
descr => "MariaDB 10.4",
14-
enabled => 1,
14+
enabled => 0,
1515
gpgcheck => 0,
1616
}->
1717
class { '::mysql::server':

0 commit comments

Comments
 (0)