Added loading in the powerdns tables
This commit is contained in:
parent
722dd9643c
commit
751a7c1ded
|
|
@ -13,7 +13,11 @@
|
||||||
"systemctl start postgresql" : null
|
"systemctl start postgresql" : null
|
||||||
},
|
},
|
||||||
"Setup DNS": {
|
"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": {
|
"Setup autostarts": {
|
||||||
"systemctl enable dhcpcd" : null,
|
"systemctl enable dhcpcd" : null,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue