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)')
c3b6d5
  then
c3b6d5
  t_Log "Running $0 - Installing packages, this takes around 2-3 mins"
James Hogarth 175228
  t_InstallPackage ipa-server bind-dyndb-ldap libsss_sudo
James Hogarth acc301
else
c3b6d5
  echo "Skipped on CentOS 5"
James Hogarth acc301
fi
James Hogarth a5d690
James Hogarth a5d690