#!/bin/bash
# check-import = stdout
if [[ $(rpm -q {{{ PKGNAME }}}) ]] ; then
    exit "$XCCDF_RESULT_PASS"
fi
exit "$XCCDF_RESULT_FAIL"
