aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/host.lisp2
-rw-r--r--src/propspec.lisp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/host.lisp b/src/host.lisp
index a8c3b72..e55f601 100644
--- a/src/host.lisp
+++ b/src/host.lisp
@@ -22,9 +22,11 @@
(defclass host ()
((hostattrs
:initarg :attrs
+ :reader hostattrs
:documentation "Plist of the host's static informational attributes.")
(propspec
:initarg :props
+ :reader host-propspec
:documentation "Property application specification of the properties to
be applied to the host.")))
diff --git a/src/propspec.lisp b/src/propspec.lisp
index 1275d40..f2ca2e9 100644
--- a/src/propspec.lisp
+++ b/src/propspec.lisp
@@ -44,10 +44,12 @@ Consfigurator properties code in this symbol's package applies to hosts."))))
(defclass propspec ()
((systems
:initarg :systems
+ :reader propspec-systems
:documentation "List of names of systems, the loading of all of which is
sufficient to deploy this propspec.")
(applications
:initarg :props
+ :reader propspec-props
:documentation "Ordered list of property applications.
The base case valid entry is of the form (PROPERTY . ARGS) where PROPERTY is
a symbol naming a property (typically as defined by DEFPROP) and ARGS is a