github.com/hernad/nomad@v1.6.112/command/agent/config_oss.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  //go:build !ent
     5  // +build !ent
     6  
     7  package agent
     8  
     9  // DefaultEntConfig is an empty config in open source
    10  func DefaultEntConfig() *Config {
    11  	return &Config{}
    12  }