From: Andrew Engelbrecht Date: Mon, 12 Dec 2016 23:31:17 +0000 (-0500) Subject: added migration* class X-Git-Url: https://vcs.fsf.org/?p=fai-configs.git;a=commitdiff_plain;h=a8f703924ce24200507304ea17d7283cfbfe95f2 added migration* class this is for migration of sql data between hosts. i've added it to the SYSADMIN class. --- diff --git a/class/50-host-classes b/class/50-host-classes index 75eb930..c214e46 100755 --- a/class/50-host-classes +++ b/class/50-host-classes @@ -112,6 +112,9 @@ case $HOSTNAME in gmg*) echo "FAIBASE VM PSQL GMG SYSADMIN LETSENCRYPT" ;; + migration*) + echo "FAIBASE SYSADMIN" + ;; *) echo "FAIBASE" ;;