File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ icingaweb2::module::director::db_host: localhost
59
59
icingaweb2::module::director::db_name : director
60
60
icingaweb2::module::director::db_username : director
61
61
62
- icingaweb2::globals::mysql_reporting_schema : /schema/mysql.sql
63
- icingaweb2::globals::pgsql_reporting_schema : /schema/postgresql .sql
62
+ icingaweb2::globals::mysql_reporting_schema : /schema/mysql.schema. sql
63
+ icingaweb2::globals::pgsql_reporting_schema : /schema/pgsql.schema .sql
64
64
icingaweb2::module::reporting::ensure : present
65
65
icingaweb2::module::reporting::install_method : git
66
66
icingaweb2::module::reporting::git_repository : https://github.com/Icinga/icingaweb2-module-reporting.git
Original file line number Diff line number Diff line change 106
106
107
107
it {
108
108
is_expected . to contain_exec ( 'import icingaweb2::module::reporting schema' )
109
- . with_command ( %r{^mysql.*\< '/usr/share/icingaweb2/modules/reporting/schema/mysql.sql'$} )
109
+ . with_command ( %r{^mysql.*\< '/usr/share/icingaweb2/modules/reporting/schema/mysql.schema. sql'$} )
110
110
. with_unless ( %r{^mysql.* -Ns -e 'SELECT \* FROM report'$} )
111
111
}
112
112
204
204
it {
205
205
is_expected . to contain_exec ( 'import icingaweb2::module::reporting schema' )
206
206
. with_environment ( [ 'PGPASSWORD=foo' ] )
207
- . with_command ( %r{^psql.*-w -f /usr/share/icingaweb2/modules/reporting/schema/postgresql .sql$} )
207
+ . with_command ( %r{^psql.*-w -f /usr/share/icingaweb2/modules/reporting/schema/pgsql.schema .sql$} )
208
208
. with_unless ( %r{^psql.*-w -c 'SELECT \* FROM report'$} )
209
209
}
210
210
You can’t perform that action at this time.
0 commit comments