index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Lord Anton Hvornum <anton.feeds@gmail.com> | 2018-04-13 06:28:34 +0200 |
---|---|---|
committer | Lord Anton Hvornum <anton.feeds@gmail.com> | 2018-04-13 06:28:34 +0200 |
commit | 57b619faea820a2d0c37e0bc008cb6beccd2bb17 (patch) | |
tree | 2d3376ba9ee8c0b93b0477adaf5f7a0b497376f6 /deployments | |
parent | 3156441797240ab4e11f881d188b1e5b7306054a (diff) |
-rw-r--r-- | deployments/08:00:27:6f:0c:25.json | 2 |
diff --git a/deployments/08:00:27:6f:0c:25.json b/deployments/08:00:27:6f:0c:25.json index 5c29575b..780f8466 100644 --- a/deployments/08:00:27:6f:0c:25.json +++ b/deployments/08:00:27:6f:0c:25.json @@ -11,7 +11,7 @@ "sh -c \"echo 'postgres:{pin}' | chpasswd\"" : null, "su - postgres -c \"initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data'\"" : null, "systemctl start postgresql" : null, - "su - postgres -c \"psql -c 'CREATE USER pdns WITH PASSWORD \\'SomePassword\\';'\"" : {"debug" : true} + "su - postgres -c \"psql -c 'CREATE USER pdns WITH PASSWORD \\\'SomePassword\\\';'\"" : {"debug" : true} }, "Setup DNS": { "sh -c \"echo -e 'launch=gpgsql\ngpgsql-host=127.0.0.1\ngpgsql-user=pdns\ngpgsql-dbname=pdns\ngpgsql-password={PIN}' >> /etc/powerdns/pdns.conf\"" : null, |