mirror of https://github.com/apache/jclouds.git
added ttylinux
This commit is contained in:
parent
769ba19157
commit
40447696c7
|
@ -33,7 +33,7 @@ import com.google.common.base.CaseFormat;
|
|||
* @author Adrian Cole
|
||||
*/
|
||||
public enum OsFamily {
|
||||
CENTOS, RHEL, FEDORA, DEBIAN, UBUNTU, JEOS, ARCH, GENTOO, WINDOWS;
|
||||
CENTOS, RHEL, FEDORA, DEBIAN, UBUNTU, TTYLINUX, JEOS, ARCH, GENTOO, WINDOWS;
|
||||
public String value() {
|
||||
return CaseFormat.UPPER_UNDERSCORE.to(CaseFormat.LOWER_HYPHEN, name());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue