Method: Chef::DSL::Compliance#include_profile
- Defined in:
- lib/chef/dsl/compliance.rb
#include_profile(*args) ⇒ Object
23 24 25 |
# File 'lib/chef/dsl/compliance.rb', line 23 def include_profile(*args) run_context.profile_collection.include_profile(*args) end |