mirror of https://github.com/hashicorp/consul
Browse Source
* Increase number to test ignore. Consul Enterprise has more flags and since we are trying to reduce the differences between both code bases, we are increasing the number in oss. The semantics don't change, it is just a cosmetic thing. * Introduce agent.initEnterprise for enterprise related hooks. * Sync test with ent version. * Fix import order. * revert error wording.pull/6904/head
Hans Hasselberg
5 years ago
committed by
GitHub
4 changed files with 13 additions and 2 deletions
@ -0,0 +1,8 @@
|
||||
// +build !consulent
|
||||
|
||||
package agent |
||||
|
||||
import "github.com/hashicorp/consul/agent/consul" |
||||
|
||||
func (a *Agent) initEnterprise(consulCfg *consul.Config) { |
||||
} |
Loading…
Reference in new issue