Skip to content

Commit

Permalink
remove empty string to raft default values
Browse files Browse the repository at this point in the history
  • Loading branch information
jsecchiero committed May 2, 2018
1 parent e7c1aa0 commit f305438
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ orchestrator_status_simple_health: true
orchestrator_skip_maxscale_check: true
orchestrator_reasonable_maintenance_replication_lag_seconds: 20
orchestrator_mysql_connect_timeout_seconds: 2
orchestrator_raft_enabled: ""
orchestrator_raft_data_dir: ""
orchestrator_raft_bind: ""
orchestrator_raft_default_port: ""
orchestrator_raft_nodes: ""
orchestrator_raft_enabled:
orchestrator_raft_data_dir:
orchestrator_raft_bind:
orchestrator_raft_default_port:
orchestrator_raft_nodes:

### Orchestrator Database Options
orchestrator_mysql_orchestrator_host: 127.0.0.1
Expand Down

0 comments on commit f305438

Please sign in to comment.