From: Thomas Goirand Date: Fri, 16 Nov 2012 07:53:53 +0000 (+0000) Subject: Fixes the debian/ceilometer-common.postinst adduser call. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ed1be97d87106adb297f8388c7635dd9002ce078;p=openstack-build%2Fceilometer-build.git Fixes the debian/ceilometer-common.postinst adduser call. Rewritten-From: 93d773d433aab142f698a8d6677590c02a3bd3f0 --- diff --git a/xenial/debian/ceilometer-common.postinst b/xenial/debian/ceilometer-common.postinst index c5ce8d6..e946db0 100644 --- a/xenial/debian/ceilometer-common.postinst +++ b/xenial/debian/ceilometer-common.postinst @@ -14,8 +14,7 @@ if [ "$1" = "configure" ]; then --quiet \ --disabled-password \ --shell /bin/false \ - --group ceilometer \ - ceilometer + --group ceilometer fi chown -R ceilometer:adm /var/log/ceilometer