Puppet Class: ipa::common
- Defined in:
- manifests/common.pp
Overview
18 19 20 21 22 23 24 25 |
# File 'manifests/common.pp', line 18
class ipa::common(
) {
# TODO: patch freeipa to provide this in a stable way...
$ipa_installed = "/usr/bin/python -c 'import sys,ipaserver.install.installutils; sys.exit(0 if ipaserver.install.installutils.is_ipa_configured() else 1)'"
}
|