From e721177aa7e378659eb64cc98e362e353a78809f Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 7 May 2015 20:23:22 +0000 Subject: [PATCH] using variable for template instead of incorrect static value --- roles/beaker/virthost/templates/libvirtd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/beaker/virthost/templates/libvirtd.conf.j2 b/roles/beaker/virthost/templates/libvirtd.conf.j2 index e36ce0a364..9bb9520620 100644 --- a/roles/beaker/virthost/templates/libvirtd.conf.j2 +++ b/roles/beaker/virthost/templates/libvirtd.conf.j2 @@ -1,3 +1,3 @@ -unix_sock_group = "sysadmin-main" +unix_sock_group = "{{ libvirt_group }}" unix_sock_rw_perms = "0770" auth_unix_rw = "none"