Skip to content

Commit 3158d8b

Browse files
committed
feat(userdata): add deisctl to the coreos install
1 parent f95204b commit 3158d8b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

contrib/coreos/user-data

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ coreos:
4242
Type=oneshot
4343
ExecStart=/usr/bin/systemctl stop update-engine.service
4444
ExecStartPost=/usr/bin/systemctl mask update-engine.service
45+
- name: install-deisctl.service
46+
command: start
47+
content: |
48+
[Unit]
49+
Description=Install deisctl utility
50+
51+
[Service]
52+
Type=oneshot
53+
ExecStart=/usr/bin/sh -c 'curl -sSL http://deis.io/deisctl/install.sh | sh'
4554
write_files:
4655
- path: /etc/deis-release
4756
content: |

0 commit comments

Comments
 (0)