Skip to content

Commit 77c1703

Browse files
author
Matthew Fisher
committed
fix(contrib): revert seed hosts for CDN workaround
This reverts commit d3dfa37.
1 parent eeef040 commit 77c1703

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

contrib/coreos/user-data

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,6 @@ coreos:
7777
Type=oneshot
7878
ExecStartPre=/usr/bin/rm /etc/motd
7979
ExecStart=/usr/bin/ln -s /run/deis/motd /etc/motd
80-
- name: cdn-workaround.service
81-
command: start
82-
content: |
83-
[Unit]
84-
Description=workaround for dotcloud/docker#2461
85-
86-
[Service]
87-
Type=oneshot
88-
ExecStart=/bin/sh -c "grep -s cdn-registry-1.docker.io /etc/hosts || echo '54.224.119.89 cdn-registry-1.docker.io' >> /etc/hosts"
8980
write_files:
9081
- path: /run/deis/motd
9182
content: " \e[31m* * \e[34m* \e[32m***** \e[39mddddd eeeeeee iiiiiii ssss\n\e[31m* * \e[34m* * \e[32m* * \e[39md d e e i s s\n \e[31m* * \e[34m***** \e[32m***** \e[39md d e i s\n\e[32m***** \e[31m* * \e[34m* \e[39md d e i s\n\e[32m* * \e[31m* * \e[34m* * \e[39md d eee i sss\n\e[32m***** \e[31m* * \e[34m***** \e[39md d e i s\n \e[34m* \e[32m***** \e[31m* * \e[39md d e i s\n \e[34m* * \e[32m* * \e[31m* * \e[39md d e e i s s\n\e[34m***** \e[32m***** \e[31m* * \e[39mddddd eeeeeee iiiiiii ssss\n\n\e[39mWelcome to Deis\t\t\tPowered by Core\e[38;5;45mO\e[38;5;206mS\e[39m\n"

0 commit comments

Comments
 (0)