Skip to content

Commit

Permalink
No values should be surrounded by quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmeiring committed Jun 26, 2019
1 parent 41096f3 commit 1b64a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ecs.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ECS_LOGFILE=/log/ecs-agent.log
ECS_AVAILABLE_LOGGING_DRIVERS={{ ubuntu_ecs_agent_logging_drivers | to_json }}
ECS_DATADIR={{ ubuntu_ecs_agent_data_path }}
ECS_LOGLEVEL={{ ubuntu_ecs_agent_loglevel }}
ECS_CLUSTER="{{ ubuntu_ecs_agent_cluster_name }}"
ECS_CLUSTER={{ ubuntu_ecs_agent_cluster_name }}
ECS_ENABLE_TASK_IAM_ROLE={{ ubuntu_ecs_agent_enable_iam_role | to_json }}
ECS_ENABLE_TASK_IAM_ROLE_NETWORK_HOST={{ ubuntu_ecs_agent_enable_task_iam_role_network_host | to_json }}
ECS_RESERVED_PORTS={{ ubuntu_ecs_agent_reserved_ports }}
Expand Down

0 comments on commit 1b64a0b

Please sign in to comment.