Re-added ubuntu-14.04 back, changed defaults to remove encrypt
This commit is contained in:
parent
38538138b6
commit
0653a2288c
2 changed files with 6 additions and 1 deletions
|
@ -11,6 +11,12 @@ verifier:
|
|||
- test/integration/consul/inspec
|
||||
|
||||
platforms:
|
||||
- name: ubuntu-14.04
|
||||
driver_config:
|
||||
disable_upstart: false
|
||||
image: ubuntu-upstart:14.04
|
||||
run_command: /sbin/init
|
||||
|
||||
- name: debian-9.4
|
||||
driver_config:
|
||||
run_command: /bin/systemd
|
||||
|
|
|
@ -14,7 +14,6 @@ consul:
|
|||
ui: true
|
||||
enable_debug: false
|
||||
log_level: info
|
||||
encrypt: ""
|
||||
retry_join: []
|
||||
retry_interval: 30s
|
||||
datacenter: "main"
|
||||
|
|
Loading…
Reference in a new issue