Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes packages-installation on Debian and Ubuntu (#97) #167

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 31 additions & 0 deletions vars/Debian-10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---

# The name of the PowerDNS Authoritative Server package
default_pdns_package_name: "pdns-server"

# The name of the PowerDNS Authoritative Server debug package
default_pdns_debug_symbols_package_name: "pdns-server-dbg"

# Packages needed to install MySQL
pdns_mysql_packages:
- default-mysql-client
- python-mysqldb
- python3-mysqldb

# List of PowerDNS Authoritative Server Backends packages on Debian
default_pdns_backends_packages:
geo: pdns-backend-geo
geoip: pdns-backend-geoip
gmysql: pdns-backend-mysql
gpgsql: pdns-backend-pgsql
gsqlite3: pdns-backend-sqlite3
ldap: pdns-backend-ldap
lmdb: pdns-backend-lmdb
lua: pdns-backend-lua
mydns: pdns-backend-mydns
pipe: pdns-backend-pipe
remote: pdns-backend-remote
tinydns: pdns-backend-tinydns

# The directory where the PowerDNS Authoritative Server configuration is located
default_pdns_config_dir: "/etc/powerdns"
1 change: 0 additions & 1 deletion vars/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ default_pdns_debug_symbols_package_name: "pdns-server-dbg"
# Packages needed to install MySQL
pdns_mysql_packages:
- default-mysql-client
- python-mysqldb
- python3-mysqldb

# List of PowerDNS Authoritative Server Backends packages on Debian
Expand Down
File renamed without changes.