aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2022-01-30 12:44:26 -0400
committerSean Whitton <spwhitton@spwhitton.name>2022-02-02 13:43:53 -0700
commit1ccfc5894a8b23375315d52f460b9f045e896a7a (patch)
treec5338c2e132e4ffa75b97bcf72892a082c4b1b18 /consfigurator.asd
parentf72fdc66e3ce29b7306e9da3803a2e226259fc0f (diff)
downloadconsfigurator-1ccfc5894a8b23375315d52f460b9f045e896a7a.tar.gz
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 <david@tethera.net>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd1
1 files changed, 1 insertions, 0 deletions
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")