We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f95204b + 3158d8b commit 9f9dd29Copy full SHA for 9f9dd29
1 file changed
contrib/coreos/user-data
@@ -42,6 +42,15 @@ coreos:
42
Type=oneshot
43
ExecStart=/usr/bin/systemctl stop update-engine.service
44
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'
54
write_files:
55
- path: /etc/deis-release
56
content: |
0 commit comments