Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Apply hostname, DNS, NTP, Wifi, and password during final startup pha…
Browse files Browse the repository at this point in the history
…se (#681)

Signed-off-by: Birol Bilgin <birolbilgin@gmail.com>

Co-authored-by: Jacob Blain Christen <dweomer5@gmail.com>
  • Loading branch information
brlbil and dweomer committed May 4, 2021
1 parent e277dfd commit f36d9de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/cc/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ func RunApply(cfg *config.CloudConfig) error {
return runApplies(cfg,
ApplyModules,
ApplySysctls,
ApplyHostname,
ApplyDNS,
ApplyWifi,
ApplyPassword,
ApplySSHKeysWithNet,
ApplyWriteFiles,
ApplyEnvironment,
Expand Down

0 comments on commit f36d9de

Please sign in to comment.