aboutsummaryrefslogtreecommitdiff
path: root/src/property/cron.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-12-13 15:58:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-12-13 16:17:00 -0700
commiteda14d77dab39e05f69fef5fef2b5fb25482f215 (patch)
tree3cc600dd718b41d224ac2f0e7905145c53079185 /src/property/cron.lisp
parent96363fc7741377ff40133c2656ebd93025a48a81 (diff)
downloadconsfigurator-eda14d77dab39e05f69fef5fef2b5fb25482f215.tar.gz
rename combinator UNAPPLY->UNAPPLIED and add new UNAPPLY macro
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/cron.lisp')
-rw-r--r--src/property/cron.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property/cron.lisp b/src/property/cron.lisp
index 2b081dc..3a1343a 100644
--- a/src/property/cron.lisp
+++ b/src/property/cron.lisp
@@ -94,7 +94,7 @@ inconsistent situations. For example, suppose you
and then later
- (hostdeploy-these foo.example.org (unapply (additional-property)).
+ (hostdeploy-these foo.example.org (unapplied (additional-property)).
As neither CRON:RUNS-CONFIGURATOR nor IMAGE-DUMPED with no arguments was
applied since ADDITIONAL-PROPERTY was unapplied, the executable invoked by the
@@ -110,7 +110,7 @@ of IMAGE-DUMPED."
(nice-system-job
"consfigurator" when "root"
"${XDG_CACHE_HOME:-$HOME/.cache}/consfigurator/images/latest")
- :unapply (unapply (system-job "consfigurator" when "" ""))))
+ :unapply (unapplied (system-job "consfigurator" when "" ""))))
(defprop user-crontab :posix (env &rest jobs)
"Set the contents of the current user's crontab. ENV is like the ENV argument