Skip to content

Instantly share code, notes, and snippets.

@quater
Created September 12, 2018 14:33
Show Gist options
  • Select an option

  • Save quater/31d3afd3e81a8d62e3202b45043e87bc to your computer and use it in GitHub Desktop.

Select an option

Save quater/31d3afd3e81a8d62e3202b45043e87bc to your computer and use it in GitHub Desktop.
{
"builders": [
{
"type": "lxd",
"image": "ubuntu-daily:bionic"
}
],
"provisioners": [
{
"type": "file",
"source": "some/path/bogusfile",
"destination": "/tmp/bogusfile"
},
{
"type": "file",
"source": "some/path/resolved.conf",
"destination": "/tmp/resolved.conf"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment