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

Commit

Permalink
config: apply k3os.modules during run phase (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweomer authored Jun 15, 2020
1 parent be0cb0a commit 914c5ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cc/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func runApplies(cfg *config.CloudConfig, appliers ...applier) error {

func RunApply(cfg *config.CloudConfig) error {
return runApplies(cfg,
ApplyModules,
ApplySSHKeysWithNet,
ApplyWriteFiles,
ApplyEnvironment,
Expand Down

0 comments on commit 914c5ee

Please sign in to comment.