Merge pull request #1257 from dralves/master

added GCEL linux flavor to OSFamily
This commit is contained in:
Adrian Cole 2013-01-28 14:23:35 -08:00
commit c99dbd944d
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ public enum OsFamily {
* Scientific Linux
*/
SCIENTIFIC,
/**
* Google Compute Engine Linux
*/
GCEL,
SIGAR,
SLACKWARE,
SOLARIS, SUSE, TURBOLINUX, CLOUD_LINUX, UBUNTU, WINDOWS;