added migration* class
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 12 Dec 2016 23:31:17 +0000 (18:31 -0500)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 12 Dec 2016 23:31:17 +0000 (18:31 -0500)
this is for migration of sql data between hosts. i've added it to the
SYSADMIN class.

class/50-host-classes

index 75eb9303b0dcb82746f6136f60ab1333d4fd9257..c214e46430b0dd2bfcc883057e26a62d6b518c06 100755 (executable)
@@ -112,6 +112,9 @@ case $HOSTNAME in
     gmg*)
        echo "FAIBASE VM PSQL GMG SYSADMIN LETSENCRYPT"
        ;;
+    migration*)
+        echo "FAIBASE SYSADMIN"
+        ;;
     *)  
         echo "FAIBASE"
        ;;