summaryrefslogtreecommitdiff
path: root/doc/examples/cloud-config.txt
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2010-06-18 14:24:48 -0400
committerScott Moser <smoser@ubuntu.com>2010-06-18 14:24:48 -0400
commitb9d39a834af1c6c30122f503aba695e49f4fecca (patch)
tree1a8f9fa89b3652510dc65d249f1bcb71c7b51787 /doc/examples/cloud-config.txt
parent271e40c869046a892473ec33f94ead263a4d24c7 (diff)
downloadvyos-cloud-init-b9d39a834af1c6c30122f503aba695e49f4fecca.tar.gz
vyos-cloud-init-b9d39a834af1c6c30122f503aba695e49f4fecca.zip
add ssh_import_id cloud-config module
Diffstat (limited to 'doc/examples/cloud-config.txt')
-rw-r--r--doc/examples/cloud-config.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt
index 144820a9..4cb435f6 100644
--- a/doc/examples/cloud-config.txt
+++ b/doc/examples/cloud-config.txt
@@ -205,3 +205,10 @@ cloud_config_modules:
- config-puppet
- config-ssh
- disable-ec2-metadata
+
+# ssh_import_id: [ user1, user2 ]
+# ssh_import_id will feed the list in that variable to
+# ssh-import-lp-id, so that public keys stored in launchpad
+# can easily be imported into the configured user
+# This can be a single string ('smoser') or a list ([smoser, kirkland])
+ssh_import_id: [smoser]