Skip to content

Commit

Permalink
set helper_network during server order
Browse files Browse the repository at this point in the history
  • Loading branch information
jedgalbraith committed Jun 26, 2017
1 parent 6e23a1f commit 7924aae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ def linode_create_config(linode_id, disks)
# GRUB 2
KernelID: 210,
Label: "nanobox-profile",
DiskList: disks
DiskList: disks,
helper_network: true
)
end

Expand Down

0 comments on commit 7924aae

Please sign in to comment.