#!/usr/bin/python

import sys
from ipaserver.install import installutils

sys.exit(0 if installutils.is_ipa_configured() else 1)
