Skip to content

Commit

Permalink
missing pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
QcFe authored Mar 19, 2024
1 parent 9a0ad7a commit ae0b581
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions operators/pkg/forge/cloudinit.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ type user struct {
Shell string `yaml:"shell"`
}

// interf is a helper structure to marshal the userdata configuration to configure a given interface.
type interf struct {
DHCP4 bool `yaml:"dhcp4"`
}

// CloudInitUserData forges the yaml manifest representing the cloud-init userdata configuration.
func CloudInitUserData(nfsServerName, nfsPath string, publicKeys []string) ([]byte, error) {
config := userdata{
Expand Down

0 comments on commit ae0b581

Please sign in to comment.