From 1ccfc5894a8b23375315d52f460b9f045e896a7a Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 30 Jan 2022 12:44:26 -0400 Subject: Add some properties to install and configure Postgresql To do common tasks like adding users in an idempotent way requires some non-obvious incantations, so it is worth providing properties for these tasks. Signed-off-by: David Bremner --- consfigurator.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'consfigurator.asd') diff --git a/consfigurator.asd b/consfigurator.asd index 2ae9b40..ab31dcc 100644 --- a/consfigurator.asd +++ b/consfigurator.asd @@ -76,6 +76,7 @@ (:file "src/property/timezone") (:file "src/property/swap") (:file "src/property/lxc") + (:file "src/property/postgres") (:file "src/connection/shell-wrap") (:file "src/connection/fork") (:file "src/connection/rehome") -- cgit v1.2.3