From a8f703924ce24200507304ea17d7283cfbfe95f2 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 12 Dec 2016 18:31:17 -0500 Subject: [PATCH] added migration* class this is for migration of sql data between hosts. i've added it to the SYSADMIN class. --- class/50-host-classes | 3 +++ 1 file changed, 3 insertions(+) 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" ;; -- 2.25.1