provisioning/core/nulib/lib_provisioning
Jesús Pérez 37ee6486d5 fix: resolve all syntax errors in provisioning modules
Fixed 29 syntax errors across 4 modules:
- servers/ (6 files, 13 errors): Fixed parentheses in PROVISIONING_ARGS expressions
- taskservs/ (4 files, 6 errors): Fixed parentheses in string interpolation
- main_provisioning/ (3 files, 3 errors): Fixed environment variable access
- lib_provisioning/utils/ (2 files, 2 errors): Fixed standalone env access

Pattern fixed:
- $"($env.PROVISIONING_ARGS? | default "") " → $"(($env.PROVISIONING_ARGS? | default "")) "
- $env.PROVISIONING_ARGS? | default "" → ($env.PROVISIONING_ARGS? | default "")

All modules now have valid Nushell syntax for proper parsing.
2025-09-23 00:00:01 +01:00
..
ai chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00
cmd chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00
config feat: add config module and agent setup for migration 2025-09-22 23:36:59 +01:00
defs chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00
extensions chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00
infra_validator chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00
kms chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00
secrets chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00
setup chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00
sops chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00
utils fix: resolve all syntax errors in provisioning modules 2025-09-23 00:00:01 +01:00
webhook chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00
context.nu chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00
deploy.nu chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00
mod.nu chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00
nupm.nuon chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00
plugins_defs.nu chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00
providers.nu chore: add current provisioning state before migration 2025-09-22 23:11:41 +01:00