blob: 9c8df3a857d5914ab18be5d5c465e776132ec407 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# ec2-preconf-ssh-keys
#
# Download preconfigured ssh-keys for EC2.
description "Download preconfigured ssh keys"
start on (cloud-config and local-filesystems)
console output
task
exec cloud-init-cfg disable-ec2-metadata
|