mirror of https://github.com/apache/jclouds.git
precise
This commit is contained in:
parent
781aa88e30
commit
2ba6ce6b66
|
@ -51,7 +51,8 @@ public class RimuHostingTemplateBuilderLiveTest extends BaseTemplateBuilderLiveT
|
||||||
public boolean apply(OsFamilyVersion64Bit input) {
|
public boolean apply(OsFamilyVersion64Bit input) {
|
||||||
switch (input.family) {
|
switch (input.family) {
|
||||||
case UBUNTU:
|
case UBUNTU:
|
||||||
return input.version.matches("^[89].*") || input.version.equals("11.10");
|
return input.version.matches("^[89].*") || input.version.equals("11.10")
|
||||||
|
|| input.version.equals("12.04");
|
||||||
case DEBIAN:
|
case DEBIAN:
|
||||||
return false;
|
return false;
|
||||||
case CENTOS:
|
case CENTOS:
|
||||||
|
|
Loading…
Reference in New Issue