Skip to content

Commit

Permalink
cloud-init: Process users before SSH (#99)
Browse files Browse the repository at this point in the history
See: #15

Signed-off-by: Ettore Di Giacinto <edigiacinto@suse.com>
  • Loading branch information
mudler committed Feb 11, 2022
1 parent 9d4737d commit 2590ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/types/v1/cloud-init-runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ func NewYipCloudInitRunner(l Logger) *YipCloudInitRunner {
plugins.DeleteEntities,
plugins.Hostname,
plugins.Sysctl,
plugins.SSH,
plugins.User,
plugins.SSH,
plugins.LoadModules,
plugins.Timesyncd,
plugins.Systemctl,
Expand Down

0 comments on commit 2590ca3

Please sign in to comment.