This commit is contained in:
@@ -55,11 +55,16 @@ async fn main() {
|
||||
gateway_ip,
|
||||
harmony_inventory_agent,
|
||||
cluster_pubkey_filename,
|
||||
}.to_string(),
|
||||
}
|
||||
.to_string(),
|
||||
},
|
||||
FileContent {
|
||||
path: FilePath::Relative("fallback.ipxe".to_string()),
|
||||
content: FallbackIpxeTpl { gateway_ip, kickstart_filename}.to_string(),
|
||||
content: FallbackIpxeTpl {
|
||||
gateway_ip,
|
||||
kickstart_filename,
|
||||
}
|
||||
.to_string(),
|
||||
},
|
||||
],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user