WIP: Generic activation program #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ecoppens/colmena:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -56,2 +56,4 @@
ActiveProfileUnexpected { profile: Profile },
#[snafu(display("Invalid JSON from activation program: {}", error))]
InvalidActivationProgramJson { error: serde_json::Error },
UnexpectedActivationProgramReply
IMHOabbf53c35b
to71200e5c17
@ -291,3 +277,1 @@
let target = TargetNode::new(node.clone(), host, config);
if !ssh_only || ssh_host {
if let Some(system_type) = config.system_type.as_ref() {
Note: do not forget to check also if there's an activationProgram in the registry and if not, fallback to the legacy SSH mode.
Pull request closed