Updated to latest version of the InstallChefGems script

This commit is contained in:
Ignasi Barrera 2012-12-29 00:40:59 +01:00
parent 389936cbbd
commit 42f2f39574
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,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 ohai chef --no-rdoc --no-ri\n" + "gem install chef -v '>= 10.16.4' --no-rdoc --no-ri\n"
+ Resources.toString(Resources.getResource("one-recipe.sh"), Charsets.UTF_8)); + Resources.toString(Resources.getResource("one-recipe.sh"), Charsets.UTF_8));
verify(validatorKey); verify(validatorKey);