Blame tests/p_ipa-server/1-install_freeipa.sh

James Hogarth a5d690
#!/bin/bash
James Hogarth a5d690
# Author: James Hogarth <james.hogarth@gmail.com>
James Hogarth a5d690
#	  
James Hogarth a5d690
James Hogarth acc301
if (t_GetPkgRel basesystem | grep -q el6)
James Hogarth acc301
then
James Hogarth a5d690
t_Log "Running $0 - Installing packages"
James Hogarth a5d690
t_InstallPackage ipa-server bind-dyndb-ldap
James Hogarth acc301
else
James Hogarth acc301
    echo "Skipped on CentOS 5"
James Hogarth acc301
fi
James Hogarth a5d690
James Hogarth a5d690