Skip to content

Commit

Permalink
Add a constant value to Installation when method is 'network' (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeleniJure committed Mar 12, 2024
1 parent e77ee5b commit 6d725dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xoa/resource_xenorchestra_vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ func resourceVmCreate(d *schema.ResourceData, m interface{}) error {
if installMethod := d.Get("installation_method").(string); installMethod != "" {
installation = client.Installation{
Method: "network",
Repository: "pxe",
}
}

Expand Down

0 comments on commit 6d725dc

Please sign in to comment.