Added loading in the powerdns tables

This commit is contained in:
Lord Anton Hvornum 2018-04-12 22:27:47 +02:00
parent 722dd9643c
commit 751a7c1ded
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,11 @@
"systemctl start postgresql" : null
},
"Setup DNS": {
"sh -c \"echo -n -e 'launch=gpgsql\ngpgsql-host=127.0.0.1\ngpgsql-user=pdns\ngpgsql-dbname=pdns\ngpgsql-password={PIN}' >> /etc/powerdns/pdns.conf\"" : null
"sh -c \"echo -n -e 'launch=gpgsql\ngpgsql-host=127.0.0.1\ngpgsql-user=pdns\ngpgsql-dbname=pdns\ngpgsql-password={PIN}' >> /etc/powerdns/pdns.conf\"" : null,
"psql -U pdns -d pdns -a -f /usr/share/doc/powerdns/schema.pgsql.sql" : null
},
"Install DNS Entries": {
},
"Setup autostarts": {
"systemctl enable dhcpcd" : null,