mirror of https://github.com/apache/jclouds.git
There is no need to force the Chef version anymore
This commit is contained in:
parent
57d97e63a2
commit
efd8c4a1f8
|
@ -117,7 +117,7 @@ public class GroupToBootScriptTest {
|
||||||
fn.apply("foo").render(OsFamily.UNIX),
|
fn.apply("foo").render(OsFamily.UNIX),
|
||||||
Resources.toString(Resources.getResource("test_install_ruby." + ShellToken.SH.to(OsFamily.UNIX)),
|
Resources.toString(Resources.getResource("test_install_ruby." + ShellToken.SH.to(OsFamily.UNIX)),
|
||||||
Charsets.UTF_8)
|
Charsets.UTF_8)
|
||||||
+ "gem install chef -v '>= 10.16.4' --no-rdoc --no-ri\n"
|
+ "gem install chef --no-rdoc --no-ri\n"
|
||||||
+ Resources.toString(Resources.getResource("bootstrap.sh"), Charsets.UTF_8));
|
+ Resources.toString(Resources.getResource("bootstrap.sh"), Charsets.UTF_8));
|
||||||
|
|
||||||
verify(validatorKey);
|
verify(validatorKey);
|
||||||
|
|
Loading…
Reference in New Issue