projects
/
fai-configs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d61819
)
Set up Savannah host classes.
rwp-savannah
author
Bob Proulx
<bob@proulx.com>
Thu, 31 Mar 2016 19:53:27 +0000
(13:53 -0600)
committer
Bob Proulx
<bob@proulx.com>
Thu, 31 Mar 2016 19:53:27 +0000
(13:53 -0600)
class/50-host-classes
patch
|
blob
|
blame
|
history
diff --git
a/class/50-host-classes
b/class/50-host-classes
index 466a7ddd22a72a6f15ec573fb65d5118de3ffdfc..47f586c0ed320c4a510cf28439ea67af7de49699 100755
(executable)
--- a/
class/50-host-classes
+++ b/
class/50-host-classes
@@
-99,6
+99,21
@@
case $HOSTNAME in
gmg*)
echo "FAIBASE VM PSQL GMG SYSADMIN LETSENCRYPT"
;;
+ mgt[0-9]*)
+ echo "FAIBASE VM SAVANNAH SAVANNAH_MGT"
+ ;;
+ vcs[0-9]*)
+ echo "FAIBASE VM SAVANNAH SAVANNAH_VCS"
+ ;;
+ download[0-9]*)
+ echo "FAIBASE VM SAVANNAH SAVANNAH_DOWNLOAD"
+ ;;
+ internal0[0-9]*)
+ echo "FAIBASE VM SAVANNAH SAVANNAH_INTERNAL"
+ ;;
+ frontend0[0-9]*)
+ echo "FAIBASE VM SAVANNAH SAVANNAH_FRONTEND"
+ ;;
*)
echo "FAIBASE"
;;