Skip to content

Commit

Permalink
Merge pull request #114 from Sispheor/db_path_fix
Browse files Browse the repository at this point in the history
[Fix] add MySQL schema path with PowerDNS 4.6 and Rocky Linux 8 with EPEL package installation
  • Loading branch information
Habbie authored Mar 25, 2022
2 parents cbc1662 + 8ca0c47 commit d3bda11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/database-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
- name: Determine location of the SQL file
shell:
cmd: |
for p in /usr/share/doc/pdns-backend-mysql-{{ _pdns_running_version }}/schema.mysql.sql /usr/share/doc/pdns-backend-mysql/schema.mysql.sql /usr/share/pdns-backend-mysql/schema/schema.mysql.sql /usr/share/dbconfig-common/data/pdns-backend-mysql/install/mysql /usr/share/doc/powerdns/schema.mysql.sql; do
for p in /usr/share/doc/pdns-backend-mysql-{{ _pdns_running_version }}/schema.mysql.sql /usr/share/doc/pdns-backend-mysql/schema.mysql.sql /usr/share/pdns-backend-mysql/schema/schema.mysql.sql /usr/share/dbconfig-common/data/pdns-backend-mysql/install/mysql /usr/share/doc/powerdns/schema.mysql.sql /usr/share/doc/pdns/schema.mysql.sql; do
if [ -f $p ]; then
echo $p
exit 0
Expand Down

0 comments on commit d3bda11

Please sign in to comment.