Sha256: 6880e2202ac0640f0d01f71b933ce16d11f0fd1a89bd060fbe53e6062cf2e678
Contents?: true
Size: 307 Bytes
Versions: 2
Compression:
Stored size: 307 Bytes
Contents
require 'chef_metal' class Chef class Recipe def with_provisioner(provisioner, &block) ChefMetal.with_provisioner(provisioner, &block) end def with_provisioner_options(provisioner_options, &block) ChefMetal.with_provisioner_options(provisioner_options, &block) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chef-metal-0.3.1 | lib/chef_metal/recipe_dsl.rb |
chef-metal-0.3 | lib/chef_metal/recipe_dsl.rb |