bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

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 abe41f
if (t_GetPkgRel basesystem | grep -qE 'el(6|7)')
James Hogarth acc301
then
Christoph Galuschka 506131
t_Log "Running $0 - Installing packages, this takes around 2-3 mins"
James Hogarth b59b84
t_InstallPackage ipa-server bind-dyndb-ldap libsss_sudo 
James Hogarth acc301
else
James Hogarth acc301
    echo "Skipped on CentOS 5"
James Hogarth acc301
fi
James Hogarth a5d690
James Hogarth a5d690