X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=inline;f=xenial%2Fdebian%2Fceilometer-common.postinst.in;h=5a8ecfde8d0d7d776434a3d30d0dc9548f7c5b6f;hb=95b29a23a847d58172e427edd3a0892d754b9f9c;hp=8b26aa0aea6157c10a6fd2c3b6772703d9ea6990;hpb=69428b7cb88bdb651f1b62824b883207d623e9eb;p=openstack-build%2Fceilometer-build.git diff --git a/xenial/debian/ceilometer-common.postinst.in b/xenial/debian/ceilometer-common.postinst.in index 8b26aa0..5a8ecfd 100644 --- a/xenial/debian/ceilometer-common.postinst.in +++ b/xenial/debian/ceilometer-common.postinst.in @@ -12,7 +12,7 @@ libvirt_user_group () { LIBVIRT_GROUP=libvirt fi - if ! getent group libvirt >/dev/null; then + if ! getent group ${LIBVIRT_GROUP} >/dev/null; then addgroup --system ${LIBVIRT_GROUP} fi