mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
Merge pull request #465 from polvi/ami-typo
fix(oem-ami): fix bad [Service] section
This commit is contained in:
commit
1038d8bd50
@ -15,11 +15,10 @@ coreos:
|
|||||||
- name: ec2-cloudinit.service
|
- name: ec2-cloudinit.service
|
||||||
runtime: yes
|
runtime: yes
|
||||||
content: |
|
content: |
|
||||||
[Service]
|
|
||||||
Requires=coreos-setup-environment.service
|
|
||||||
After=coreos-setup-environment.service
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Cloudinit from EC2 metadata
|
Description=Cloudinit from EC2 metadata
|
||||||
|
Requires=coreos-setup-environment.service
|
||||||
|
After=coreos-setup-environment.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user