aboutsummaryrefslogtreecommitdiff
path: root/doc/properties.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-20 12:37:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-20 13:33:58 -0700
commita963c192c7daa1f162dfa467ff2f5ba57e16f167 (patch)
tree5e11fdf80be4fd3216e84dda63af14610d2d26ab /doc/properties.rst
parentaaf6a08ea7094f991bcef26d3e528f9450841d98 (diff)
downloadconsfigurator-a963c192c7daa1f162dfa467ff2f5ba57e16f167.tar.gz
add GET-HOSTNAME
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/properties.rst')
-rw-r--r--doc/properties.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/properties.rst b/doc/properties.rst
index 115ef76..9261127 100644
--- a/doc/properties.rst
+++ b/doc/properties.rst
@@ -15,8 +15,9 @@ to which this property is applied or is to be applied; and (ii) check that
applying this property makes sense -- e.g. that we're not trying to install a
package using apt(1) on a FreeBSD host.
-Can retrieve existing static informational attributes using ``GET-HOSTATTRS``.
-Should signal the condition ``INCOMPATIBLE-PROPERTY`` if existing static
+Can retrieve existing static informational attributes using ``GET-HOSTATTRS``,
+or things which wrap ``GET-HOSTATTRS``, such as ``GET-HOSTNAME``. Should
+signal the condition ``INCOMPATIBLE-PROPERTY`` if existing static
informational attributes indicate that the property should not be applied to
this host. Can use ``PUSH-HOSTATTRS`` and ``REQUIRE-DATA`` to add new entries
to the host's static information atributes.