vault/enos/modules/install_packages/scripts
Ryan Cragun 77e48e837e
enos(cloud-init): fix synchronize-repos (#30013)
`$?` in bash is wonky. When you evaluate an expression in an `if`
statement the `$?` variable is only set the actual value in blocks
scoped in the statement. Therefore, since we rely on it in
synchronize-repos we have to evaluate the rest of the function in a
scope of that statement.

Signed-off-by: Ryan Cragun <me@ryan.ec>
2025-03-24 16:02:24 -06:00
..
add-repos.sh enos: add shfmt formatting to enos module scripts (#28142) 2024-08-23 13:45:30 -06:00
install-packages.sh VAULT-32206: verify audit log and systemd journal secret integrity (#28932) 2024-11-22 11:14:01 -07:00
synchronize-repos.sh enos(cloud-init): fix synchronize-repos (#30013) 2025-03-24 16:02:24 -06:00