diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-12 17:45:47 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-12 17:45:47 -0500 |
commit | 1843c842bb38c964cb20c08a74cb73b90d3d2979 (patch) | |
tree | 38bf62ac2b60741bc14f0a6d239f5c7b61b01a58 /doc | |
parent | 8644b570cbe8597eb6057cb9fe0c06a0461c642c (diff) | |
download | vyos-cloud-init-1843c842bb38c964cb20c08a74cb73b90d3d2979.tar.gz vyos-cloud-init-1843c842bb38c964cb20c08a74cb73b90d3d2979.zip |
ssh-import-lp-id was renamed to ssh-import-id
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 3a46a481..c1510743 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -216,7 +216,7 @@ cloud_config_modules: # 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 +# ssh-import-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] |