Drop the deprecated bootstrap option (bootstrap_expect is preferred
nowadays) and run in client mode by default.
This commit is contained in:
parent
73c470bf19
commit
c929277999
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2017/05/09 17:19:30 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2017/05/13 11:21:32 ajacoutot Exp $
|
||||
|
||||
# XXX no i386 equivalent to mem_openbsd_amd64.go
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
@ -8,7 +8,7 @@ COMMENT= service discovery and configuration tool
|
||||
GH_TAGNAME= v0.8.1
|
||||
GH_ACCOUNT= hashicorp
|
||||
GH_PROJECT= consul
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
CATEGORIES= sysutils net
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"bootstrap": false,
|
||||
"server": true,
|
||||
"server": false,
|
||||
"ui": false,
|
||||
"enable_syslog": true,
|
||||
"data_dir": "${LOCALSTATEDIR}/consul"
|
||||
|
Loading…
Reference in New Issue
Block a user