Fork me on GitHub
#babashka
<
2023-12-19
>
Joakim Verona09:12:07

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.

Joakim Verona09:12:34

I meant babashka

Joakim Verona09:12:38

"palletops" doesnt seem alive, "dad" seemed kinda spartan

james12:12:44

#CUHG31VR6 might be close, there is an ssh babashka spinout from that project too

imre12:12:29

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.

borkdude12:12:10

yes, you can use bb -D... option like you can do with the JVM

imre13:12:36

thank you!