aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/package.lisp b/src/package.lisp
index ff25076..9050493 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -507,7 +507,8 @@
(#:sshd #:consfigurator.property.sshd))
(:export #:authorized-keys
#:known-host
- #:globally-known-host))
+ #:globally-known-host
+ #:parent-is-globally-known-host))
(defpackage :consfigurator.property.locale
(:use #:cl #:consfigurator)