One of the if statements in the ceph-common %pre scriptlet was not properly
terminated.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit
3108c34d50bf0a24de7d98c217c990e3b4965395)
CEPH_USER_ID_OPTION=""
getent passwd $CEPH_USER_ID >/dev/null || CEPH_USER_ID_OPTION="-u $CEPH_USER_ID"
useradd ceph $CEPH_USER_ID_OPTION -r -g ceph -s /sbin/nologin -c "Ceph daemons" -d %{_localstatedir}/lib/ceph 2>/dev/null || :
+fi
%endif
exit 0