From: Thomas Goirand Date: Wed, 25 Sep 2013 14:41:18 +0000 (+0800) Subject: Now adds the include of the debconf include. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=16ed4621d2da414a7a174776d353236658578ae9;p=openstack-build%2Fceilometer-build.git Now adds the include of the debconf include. Change-Id: Ic2e80833adadc741d437154049bfc130a0f2be5a Rewritten-From: ceb94386a51de28e20274b05c455e8b769f84565 --- diff --git a/trusty/debian/ceilometer-common.postinst.in b/trusty/debian/ceilometer-common.postinst.in index 9255dcb..2ba7377 100644 --- a/trusty/debian/ceilometer-common.postinst.in +++ b/trusty/debian/ceilometer-common.postinst.in @@ -34,7 +34,8 @@ libvirt_user_group () { fi } -if [ "$1" = "configure" ]; then +if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then + . /usr/share/debconf/confmodule pkgos_adduser nova pkgos_var_user_group ceilometer libvirt_user_group