diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index aeae7fb..3da63b9 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -163,7 +163,7 @@ func main() { os.Exit(1) } - if ccm != nil { + if ccm != nil && ccm.NetworkConfigPath != "" { fmt.Printf("Fetching network config from datasource of type %q\n", ds.Type()) netconfBytes, err := ds.FetchNetworkConfig(ccm.NetworkConfigPath) if err != nil {