aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-20 15:43:13 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-24 12:00:33 -0700
commit4e2ff7598371eff45fd750ff5838e6259204e33a (patch)
treefd0c3d4598b4e0f8ef62edf5260b4bf0096725c8 /src/package.lisp
parent5f69000e489b3840e07925a5b2f21ce3bc8adbd6 (diff)
downloadconsfigurator-4e2ff7598371eff45fd750ff5838e6259204e33a.tar.gz
add CRON:USER-CRONTAB
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 32056c4..f233b2b 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -721,13 +721,15 @@
(defpackage :consfigurator.property.cron
(:use #:cl #:consfigurator)
- (:local-nicknames (#:service #:consfigurator.property.service)
+ (:local-nicknames (#:re #:cl-ppcre)
+ (#:service #:consfigurator.property.service)
(#:apt #:consfigurator.property.apt)
(#:os #:consfigurator.property.os)
(#:file #:consfigurator.property.file))
(:export #:system-job
#:nice-system-job
- #:runs-consfigurator))
+ #:runs-consfigurator
+ #:user-crontab))
(defpackage :consfigurator.property.lets-encrypt
(:use #:cl #:alexandria #:consfigurator)