~smoser/cloud-init/lp-1077700

« back to all changes in this revision

Viewing changes to doc/examples/cloud-config.txt

  • Committer: Scott Moser
  • Date: 2011-01-12 22:45:47 UTC
  • Revision ID: smoser@ubuntu.com-20110112224547-5zpygt55xnksbhvj
ssh-import-lp-id was renamed to ssh-import-id

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
 
217
217
# ssh_import_id: [ user1, user2 ]
218
218
# ssh_import_id will feed the list in that variable to
219
 
#  ssh-import-lp-id, so that public keys stored in launchpad
 
219
#  ssh-import-id, so that public keys stored in launchpad
220
220
#  can easily be imported into the configured user
221
221
# This can be a single string ('smoser') or a list ([smoser, kirkland])
222
222
ssh_import_id: [smoser]