This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-19
Channels
- # admin-announcements (1)
- # adventofcode (14)
- # announcements (2)
- # asami (7)
- # babashka (9)
- # beginners (41)
- # calva (43)
- # cider (31)
- # clerk (2)
- # clojure (34)
- # clojure-europe (17)
- # clojure-nl (1)
- # clojure-norway (166)
- # clojure-uk (7)
- # clojurescript (4)
- # datomic (1)
- # fulcro (10)
- # garden (1)
- # hoplon (2)
- # humbleui (4)
- # hyperfiddle (12)
- # jobs-discuss (6)
- # quil (6)
- # ring (6)
- # shadow-cljs (55)
- # squint (8)
- # xtdb (26)
Hello, is there some existing project for simple configuration management using clojure? I want to experiment managing my development machine with a configuration tool which would be babasha based. I mean something like ansible/chef/puppet/etc but more lightweight, able to deal with simple things like symlinks in $HOME, ensure tools are installed etc.
I meant babashka
"palletops" doesnt seem alive, "dad" seemed kinda spartan
Is there a way to add root certificates to the cert store that babashka scripts use? I need to call an internal site over https and while I can use the insecure option, I'd prefer not to if the other way isn't too messy. For my JVMs I can just use keytool to add the company root certificates to make this problem go away.