libvirt: Fix admingroup variable name.
This commit is contained in:
parent
b90e00902d
commit
e4b6e5c4cf
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class libvirt::kvm inherits libvirt::client {
|
||||||
incl => "/etc/libvirt/libvirtd.conf",
|
incl => "/etc/libvirt/libvirtd.conf",
|
||||||
lens => "Simplevars.lns",
|
lens => "Simplevars.lns",
|
||||||
changes => [
|
changes => [
|
||||||
"set unix_sock_group '\"${admingroup}\"'",
|
"set unix_sock_group '\"${libvirt_admingroup}\"'",
|
||||||
"set unix_sock_ro_perms '\"0770\"'",
|
"set unix_sock_ro_perms '\"0770\"'",
|
||||||
"set unix_sock_rw_perms '\"0770\"'",
|
"set unix_sock_rw_perms '\"0770\"'",
|
||||||
"set auth_unix_ro '\"none\"'",
|
"set auth_unix_ro '\"none\"'",
|
||||||
|
|
Loading…
Add table
Reference in a new issue