Skip to content

Commit

Permalink
agent: Copy ServerName config
Browse files Browse the repository at this point in the history
  • Loading branch information
armon committed Jun 13, 2014
1 parent 961a00c commit 441d613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ func (a *Agent) consulConfig() *consul.Config {
base.CAFile = a.config.CAFile
base.CertFile = a.config.CertFile
base.KeyFile = a.config.KeyFile
base.ServerName = a.config.ServerName

// Setup the ServerUp callback
base.ServerUp = a.state.ConsulServerUp
Expand Down

0 comments on commit 441d613

Please sign in to comment.