Sha256: 183e0afc1b0d12ad3ed89792ac83ca1385a7f69629c1d03e1cca5b57e0ca9755

Contents?: true

Size: 212 Bytes

Versions: 6

Compression:

Stored size: 212 Bytes

Contents

cookbook_name = ENV['cookbook_name']
recipe_name = ENV['recipe_name']
# rubocop:disable Style/StringConcatenation
include_recipe(
  cookbook_name + '::' + recipe_name
)
# rubocop:enable Style/StringConcatenation

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hybrid_platforms_conductor-33.9.5 spec/hybrid_platforms_conductor_test/serverless_chef_repositories/recipes/cookbooks/test_cookbook_3/recipes/35_unparsable_include.rb
hybrid_platforms_conductor-33.9.4 spec/hybrid_platforms_conductor_test/serverless_chef_repositories/recipes/cookbooks/test_cookbook_3/recipes/35_unparsable_include.rb
hybrid_platforms_conductor-33.9.2 spec/hybrid_platforms_conductor_test/serverless_chef_repositories/recipes/cookbooks/test_cookbook_3/recipes/35_unparsable_include.rb
hybrid_platforms_conductor-33.9.1 spec/hybrid_platforms_conductor_test/serverless_chef_repositories/recipes/cookbooks/test_cookbook_3/recipes/35_unparsable_include.rb
hybrid_platforms_conductor-33.9.0 spec/hybrid_platforms_conductor_test/serverless_chef_repositories/recipes/cookbooks/test_cookbook_3/recipes/35_unparsable_include.rb
hybrid_platforms_conductor-33.8.4 spec/hybrid_platforms_conductor_test/serverless_chef_repositories/recipes/cookbooks/test_cookbook_3/recipes/35_unparsable_include.rb