aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
index d83a2c5..08bde22 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -940,6 +940,18 @@
#:lxc-ls))
+ (package :consfigurator.property.postgres
+ (:local-nicknames (#:apt #:consfigurator.property.apt)
+ (#:os #:consfigurator.property.os)
+ (#:cmd #:consfigurator.property.cmd))
+ (:export #:installed
+ #:superuser-is
+ #:has-role
+ #:has-database
+ #:has-owner
+ #:has-group
+ #:can-login))
+
(package :consfigurator.connection.local
(:export #:local-connection))