Skip to content

Commit 23f69e4

Browse files
authored
Merge pull request #80 from stackhpc/remove-trailing-space
Remove trailing whitespace
2 parents 9a947f7 + 7cb4886 commit 23f69e4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,26 +68,26 @@ system emulators, e.g. `x86`. The default value is `['x86']` if
6868
`libvirt_host_require_vt` is `false`, otherwise the default value is an empty
6969
list.
7070

71-
`libvirt_host_enable_efi_support`: Whether to enable EFI support. This defaults
71+
`libvirt_host_enable_efi_support`: Whether to enable EFI support. This defaults
7272
to false as extra packages need to be installed.
7373

7474
`libvirt_host_var_prefix`: This determines The directory under /var/run that libvirt
75-
uses to store state, e.g unix domain sockets, as well as the default name of the
76-
PID file. Override this if you have a conflict with the default socket e.g it
75+
uses to store state, e.g unix domain sockets, as well as the default name of the
76+
PID file. Override this if you have a conflict with the default socket e.g it
7777
could be in use by the nova_libvirt container. Defaults to `""`.
7878

7979
`libvirt_host_socket_dir`: Where the libvirtd socket is created. Defaults to
8080
`/var/run/{{ libvirt_host_var_prefix }}` if `libvirt_host_var_prefix` is set,
8181
otherwise `""`.
8282

8383
`libvirt_host_pid_path`: Path to PID file which prevents multiple instances of
84-
the daemon from spawning. Defaults to `/var/run/{{ libvirt_host_var_prefix }}.pid`
84+
the daemon from spawning. Defaults to `/var/run/{{ libvirt_host_var_prefix }}.pid`
8585
if `libvirt_host_var_prefix` is set, otherwise `""`.
8686

8787
`libvirt_host_libvirtd_args`: Command line arguments passed to libvirtd by the
8888
init system when libvirtd is started - quotes will be added
8989

90-
`libvirt_host_uri`: The libvirt connnection URI. Defaults to
90+
`libvirt_host_uri`: The libvirt connnection URI. Defaults to
9191
`qemu+unix:///system?socket={{ libvirt_host_socket_dir }}/libvirt-sock` if
9292
`libvirt_host_var_prefix` is set, otherwise `""`. If set to a falsey value,
9393
an explicit connection URI will not be set when calling virsh or any of

vars/Archlinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
libvirt_host_libvirt_packages_default:
44
- libvirt
55
- qemu-headless
6-
- ebtables
6+
- ebtables
77
- dnsmasq
88

99
# List of default client packages to install.

vars/RedHat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ libvirt_host_lineinfile_extra_rules:
7070
insertafter: '^#LIBVIRTD_ARGS='
7171
regexp: '^LIBVIRTD_ARGS='
7272
line: LIBVIRTD_ARGS="{{ libvirt_host_libvirtd_args }}"
73-
condition: "{{ libvirt_host_libvirtd_args is truthy }}"
73+
condition: "{{ libvirt_host_libvirtd_args is truthy }}"

0 commit comments

Comments
 (0)