Drop the deprecated bootstrap option (bootstrap_expect is preferred

nowadays) and run in client mode by default.
This commit is contained in:
ajacoutot 2017-05-13 11:21:32 +00:00
parent 73c470bf19
commit c929277999
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -1,6 +1,5 @@
{
"bootstrap": false,
"server": true,
"server": false,
"ui": false,
"enable_syslog": true,
"data_dir": "${LOCALSTATEDIR}/consul"