Sha256: 92b3770ceeaf86ad811b289c5a10e2ff4db993e1f97f0f42bd4c4b7b359f2925
Contents?: true
Size: 315 Bytes
Versions: 1
Compression:
Stored size: 315 Bytes
Contents
module RocketFuel module Install class RecipeRun def run chdir_cmd = "cd #{RocketFuel::Install::RECIPE_PATH}" io = system("#{chdir_cmd} && chef-solo -c cookbooks/fueled-osx-station/config.rb ' + '-j cookbooks/fueled-osx-station/roles/default.json") end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rocket_fuel-0.0.4 | lib/rocket_fuel/install/recipe_run.rb |