Skip to content

Commit

Permalink
Fix #659 - disable fleet
Browse files Browse the repository at this point in the history
  • Loading branch information
tayzlor committed Mar 9, 2016
1 parent 64f2c53 commit 000727a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions terraform/aws/private-cloud/slave-cloud-config.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ coreos:
units:
- name: etcd2.service
command: start
- name: fleet.service
command: start
update:
reboot-strategy: best-effort
manage_etc_hosts: localhost
2 changes: 0 additions & 2 deletions terraform/aws/public-cloud/master-cloud-config.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ coreos:
units:
- name: etcd2.service
command: start
- name: fleet.service
command: start
update:
reboot-strategy: best-effort
manage_etc_hosts: localhost
2 changes: 0 additions & 2 deletions terraform/aws/public-cloud/slave-cloud-config.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ coreos:
units:
- name: etcd2.service
command: start
- name: fleet.service
command: start
update:
reboot-strategy: best-effort
manage_etc_hosts: localhost

0 comments on commit 000727a

Please sign in to comment.