summaryrefslogtreecommitdiffstats
path: root/packer/vars/ubuntu-16.04.json
diff options
context:
space:
mode:
Diffstat (limited to 'packer/vars/ubuntu-16.04.json')
-rw-r--r--packer/vars/ubuntu-16.04.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/vars/ubuntu-16.04.json b/packer/vars/ubuntu-16.04.json
index 12f9430ed..eadf41863 100644
--- a/packer/vars/ubuntu-16.04.json
+++ b/packer/vars/ubuntu-16.04.json
@@ -1,6 +1,6 @@
{
"base_image": "Ubuntu 16.04 (2017-02-01) - LF upload",
- "cloud_user": "ubuntu",
"distro": "Ubuntu 16.04",
+ "ssh_user": "ubuntu",
"cloud_user_data": "provision/null_data.sh"
}