We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5defe2 + 551d22f commit 74e1969Copy full SHA for 74e1969
spec/acceptance/types/mysql_plugin_spec.rb
@@ -24,8 +24,13 @@
24
plugin_lib = 'ha_example.so'
25
end
26
elsif fact('operatingsystem') =~ /Ubuntu/
27
+ if fact('operatingsystemrelease') =~ /^10\.04/
28
+ # Only available plugin is innodb which is already loaded and not unload- or reload-able
29
+ plugin = nil
30
+ else
31
plugin = 'example'
32
33
+ end
34
35
elsif fact('osfamily') =~ /Suse/
36
plugin = nil # Plugin library path is broken on Suse http://lists.opensuse.org/opensuse-bugs/2013-08/msg01123.html
0 commit comments