summaryrefslogtreecommitdiff
path: root/content/posts/2022/2022-04-25-bashtard-introduction.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2022/2022-04-25-bashtard-introduction.md')
-rw-r--r--content/posts/2022/2022-04-25-bashtard-introduction.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/content/posts/2022/2022-04-25-bashtard-introduction.md b/content/posts/2022/2022-04-25-bashtard-introduction.md
index f76ed4e..834ab5a 100644
--- a/content/posts/2022/2022-04-25-bashtard-introduction.md
+++ b/content/posts/2022/2022-04-25-bashtard-introduction.md
@@ -255,4 +255,9 @@ playbook_del() {
Lastly, I configured my `crond` to run `bashtard sync` every 20 minutes, so
whenever I update my configurations, it can take up to 20 minutes to propagate
-to all my machines.
+to all my machines. Having an abstraction to deal with `cron` (or SystemD timers
+where applicable) in Bashtard is something I'd like to add, but I have no
+concrete plans on how to do this, yet.
+
+You can find the full `playbook.bash` source on
+[git.tyil.nl](https://git.tyil.nl/tyilnet/tree/playbooks.d/ssh/playbook.bash?id=319ab064370cb1e65be115ffddf5c0cd519af2dd).