Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
exec { "echo_passphrase": |
command => Sensitive("echo \"${secretpw.unwrap}\""), |
}
|
Error: Failed to apply catalog: Validation of Exec[populate_luksfile] failed: 'echo "supersecretpassword"' is not qualified and no path was specified. Please qualify the command or specify a path.
|
The issue is the error message includes the entire command to execute, instead of the first component of command which wasn't an absolute path.
Attachments
Issue Links
- relates to
-
PUP-6494 exec resources leak the command string when execution fails
-
- Closed
-