README.md in kitchen-lxd_cli-0.1.5 vs README.md in kitchen-lxd_cli-0.1.6
- old
+ new
@@ -73,16 +73,16 @@
domain_name: localdomain
dns_servers: ["8.8.8.8","8.8.4.4"]
ipv4: 10.0.3.99/24
ip_gateway: 10.0.3.1
verifier_path: "/opt/verifier"
- stop_instead_of_destroy: true
publish_image_name: "kitchen-base-ubuntu-1404"
use_publish_image: true
publish_image_before_destroy: true
publish_image_overwrite: true
enable_wait_for_ssh_login: false
+ username: kitchen-user
provisioner:
name: chef_zero
@@ -361,9 +361,15 @@
`enable_wait_for_ssh_login: true`
NOTE: Hope is that I can resolve the issues of needing to wait by writing a transport that uses lxc commands and not ssh, also will improve sped since ssh login is slow.
+### username
+
+Default is `root`. If set to another user name will create home directory and set to `${username} ALL=(ALL) NOPASSWD: ALL` on `/etc/sudoers`.
+
+`username: kitchen-user`
+
### <a name="config-require-chef-omnibus"></a> require\_chef\_omnibus
Determines whether or not a Chef [Omnibus package][chef_omnibus_dl] will be
installed. There are several different behaviors available: