mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 10:21:20 -05:00
7 lines
154 B
Text
7 lines
154 B
Text
# libvirtd configuration for travis-ci
|
|
listen_tls = 0
|
|
listen_tcp = 1
|
|
tcp_port = "16509"
|
|
listen_addr = "127.0.0.1"
|
|
auth_unix_rw = "none"
|
|
auth_tcp = "none"
|