Sha256: cec5c175640fb593a305f1dc747b42c750ff369dc9a91e485740d248697a4f0e

Contents?: true

Size: 179 Bytes

Versions: 7

Compression:

Stored size: 179 Bytes

Contents

#
# Cookbook Name:: <%= recipe_name %>
# Recipe:: install
#

execute "sm <%= recipe_name %> <%= command %>" do
  command %(sm <%= recipe_name %> <%= command %>)
  user 'root'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
engineyard-recipes-0.5.0 lib/engineyard-recipes/generators/sm_generator/templates/command_recipe.rb.tt
engineyard-recipes-0.4.0 lib/engineyard-recipes/generators/sm_generator/templates/command_recipe.rb.tt
engineyard-recipes-0.3.2 lib/engineyard-recipes/generators/sm_generator/templates/command_recipe.rb.tt
engineyard-recipes-0.3.2.pre lib/engineyard-recipes/generators/sm_generator/templates/command_recipe.rb.tt
engineyard-recipes-0.3.0 lib/engineyard-recipes/generators/sm_generator/templates/command_recipe.rb.tt
engineyard-recipes-0.2.0 lib/engineyard-recipes/generators/sm_generator/templates/command_recipe.rb.tt
engineyard-recipes-0.2.0.pre3 lib/engineyard-recipes/generators/sm_generator/templates/command_recipe.rb.tt