This commit is contained in:
parent
9744ce1e1d
commit
74e6c460b4
1 changed files with 3 additions and 1 deletions
|
@ -459,7 +459,9 @@ def create_single_device(module, packet_conn, hostname):
|
|||
facility=facility,
|
||||
operating_system=operating_system,
|
||||
userdata=user_data,
|
||||
locked=locked)
|
||||
locked=locked,
|
||||
ipxe_script_url=ipxe_script_url,
|
||||
always_pxe=always_pxe)
|
||||
return device
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue