Skip to content

Commit a2680d9

Browse files
committed
Fix path to reporting db schema
1 parent e6f81b1 commit a2680d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/common.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ icingaweb2::module::director::db_host: localhost
5959
icingaweb2::module::director::db_name: director
6060
icingaweb2::module::director::db_username: director
6161

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
6464
icingaweb2::module::reporting::ensure: present
6565
icingaweb2::module::reporting::install_method: git
6666
icingaweb2::module::reporting::git_repository: https://github.com/Icinga/icingaweb2-module-reporting.git

0 commit comments

Comments
 (0)