Skip to content

Commit

Permalink
docs(lxd): format test config
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Sep 8, 2023
1 parent ab63f74 commit 1e4f0e0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions packages/lxd/test.sample.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ module.exports =
alpine: 'alpine/3.17'
config: [
label: 'local'
# label: 'remote'
# ssh:
# host: '127.0.0.1', username: process.env.USER,
# private_key_path: '~/.ssh/id_ed25519'
# Exemple with vagrant:
# ssh:
# host: '127.0.0.1', port: 2222, username: 'vagrant'
# private_key_path: "#{require('os').homedir()}/.vagrant.d/insecure_private_key"
# ,
# label: 'remote'
# ssh:
# host: '127.0.0.1', username: process.env.USER,
# private_key_path: '~/.ssh/id_ed25519'
# Exemple with vagrant:
# ssh:
# host: '127.0.0.1', port: 2222, username: 'vagrant'
# private_key_path: "#{require('os').homedir()}/.vagrant.d/insecure_private_key"
]

0 comments on commit 1e4f0e0

Please sign in to comment.