Skip to content

Commit

Permalink
Readded network component
Browse files Browse the repository at this point in the history
  • Loading branch information
jdob committed Dec 5, 2023
1 parent 5abf6c8 commit 90613b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/combustion/combustion.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ func Configure(ctx *image.Context) error {
name: customComponentName,
runnable: configureCustomScripts,
},
{
name: networkComponentName,
runnable: configureNetwork,
},
{
name: usersComponentName,
runnable: configureUsers,
Expand Down

0 comments on commit 90613b7

Please sign in to comment.