Markus Hilger
73c5b9cebf
Comment out the MERGE statement in syncfiles
...
It's confusing for users to have this enabled by default.
This should be opt-in as everything else.
2026-07-18 03:40:48 +02:00
Markus Hilger
6d606f37f6
Fix Shellcheck errors
...
Fix SC2045 (error): Iterating over ls output is fragile. Use globs.
Add exception SC2068 exception for confluent_client/confluent_env.sh as this is intended.
SC2068 (error): Double quote array expansions to avoid re-splitting elements.
2026-07-13 05:34:12 +02:00
Markus Hilger
7727cd86fc
Fix typos in help text, errors, and log messages
2026-07-02 22:07:27 +02:00
Jarrod Johnson
0645788b0d
Rework functions to be common file
2026-06-12 16:06:06 -04:00
Jarrod Johnson
c11fdcc286
Add missing syncfiles examples to ubuntu profiles
2026-05-13 13:51:13 -04:00
Jarrod Johnson
5905510a32
Move tmp script execution out of /tmp
...
Some environments want noexec on /tmp, this will work in such environments.
2025-08-28 08:34:07 -04:00
Jarrod Johnson
0c0cac140d
Add debian profile material
...
Implement Debian 12 installation
2025-04-30 17:06:20 -04:00
Jarrod Johnson
b9f4051396
Export variables set in confluent functions
2025-02-03 16:40:57 -05:00
Jarrod Johnson
53f4665358
Correct issues in Ubuntu 18 deployment
2023-04-20 14:48:39 -04:00
Jarrod Johnson
305a3a06d2
Ensure $HOME is set during firstboot
...
systemd tends not to set environment variables. However some firstboot
scripts generally expect $HOME to be correct.
2023-04-12 11:22:27 -04:00
Jarrod Johnson
fb31a68818
Add profile.yaml to ubuntu18.04 stock profile
2023-04-07 16:26:32 -04:00
Jarrod Johnson
2bdc53722b
Further advance ubuntu 18.04 support
2023-04-07 15:45:31 -04:00
Jarrod Johnson
b7ea27b939
Advance draft Ubuntu 18 support
...
Get most things automated for the targeted use case.
Still need to handle partitioning and end of install question, add firstboot and add
staged and complete step.
2023-04-06 16:07:55 -04:00