Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLord Anton Hvornum <anton.feeds@gmail.com>2018-04-12 22:27:47 +0200
committerLord Anton Hvornum <anton.feeds@gmail.com>2018-04-12 22:27:47 +0200
commit751a7c1ded730907aaed83f094fce62607eecc34 (patch)
treef45fc4e0fec74d518a735f92058e98068670ffe8
parent722dd9643c47fee30d6ec4c5ee1cf2589f050aa7 (diff)
Added loading in the powerdns tables
-rw-r--r--deployments/08:00:27:6f:0c:25.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/deployments/08:00:27:6f:0c:25.json b/deployments/08:00:27:6f:0c:25.json
index 326673a1..badb64a1 100644
--- a/deployments/08:00:27:6f:0c:25.json
+++ b/deployments/08:00:27:6f:0c:25.json
@@ -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,