Lint fixes for absolute class name
This change updates the mysql require lines to resolve lint errors. Change-Id: I824672198f6af1505d5117ebd4ff1c4d356bb865
This commit is contained in:
parent
5dc2d3359e
commit
4d5c63416f
@ -91,8 +91,8 @@ class trove::conductor(
|
||||
|
||||
if $::trove::database_connection {
|
||||
if($::trove::database_connection =~ /mysql:\/\/\S+:\S+@\S+\/\S+/) {
|
||||
require 'mysql::bindings'
|
||||
require 'mysql::bindings::python'
|
||||
require '::mysql::bindings'
|
||||
require '::mysql::bindings::python'
|
||||
} elsif($::trove::database_connection =~ /postgresql:\/\/\S+:\S+@\S+\/\S+/) {
|
||||
|
||||
} elsif($::trove::database_connection =~ /sqlite:\/\//) {
|
||||
|
@ -113,8 +113,8 @@ class trove::taskmanager(
|
||||
|
||||
if $::trove::database_connection {
|
||||
if($::trove::database_connection =~ /mysql:\/\/\S+:\S+@\S+\/\S+/) {
|
||||
require 'mysql::bindings'
|
||||
require 'mysql::bindings::python'
|
||||
require '::mysql::bindings'
|
||||
require '::mysql::bindings::python'
|
||||
} elsif($::trove::database_connection =~ /postgresql:\/\/\S+:\S+@\S+\/\S+/) {
|
||||
|
||||
} elsif($::trove::database_connection =~ /sqlite:\/\//) {
|
||||
|
Loading…
Reference in New Issue
Block a user