Sha256: bd1c8f84a5150e8f93c54a2bed770d51428458ff83550e5246cabf4da9e333dc

Contents?: true

Size: 238 Bytes

Versions: 7

Compression:

Stored size: 238 Bytes

Contents

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

execute "sm ext install <%= recipe_name %> #{node[:sm_<%= recipe_name %>_uri]}" do
  command %(sm ext install <%= recipe_name %> #{node[:sm_<%= recipe_name %>_uri]})
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/cookbooks/%recipe_name%/recipes/install_sm_ext.rb.tt
engineyard-recipes-0.4.0 lib/engineyard-recipes/generators/sm_generator/templates/cookbooks/%recipe_name%/recipes/install_sm_ext.rb.tt
engineyard-recipes-0.3.2 lib/engineyard-recipes/generators/sm_generator/templates/cookbooks/%recipe_name%/recipes/install_sm_ext.rb.tt
engineyard-recipes-0.3.2.pre lib/engineyard-recipes/generators/sm_generator/templates/cookbooks/%recipe_name%/recipes/install_sm_ext.rb.tt
engineyard-recipes-0.3.0 lib/engineyard-recipes/generators/sm_generator/templates/cookbooks/%recipe_name%/recipes/install_sm_ext.rb.tt
engineyard-recipes-0.2.0 lib/engineyard-recipes/generators/sm_generator/templates/cookbooks/%recipe_name%/recipes/install_sm_ext.rb.tt
engineyard-recipes-0.2.0.pre3 lib/engineyard-recipes/generators/sm_generator/templates/cookbooks/%recipe_name%/recipes/install_sm_ext.rb.tt