Policyfiles and chef-apply/chef-run #145
Labels
Aspect: UX
How users feel interacting with the project, focusing on function, ease-of-use and accessibility.
Triage: Confirmed
Indicates and issue has been confirmed as described.
Triage: Feature Request
Indicates an issue requesting new functionality.
Describe the Enhancement:
Running
chef-run somehost.com my_policyfile.rb
Describe the Need:
Using a wrapper cookbook is cumbersome in adhoc situations.
Current Alternative
chef cookbook generate install_datadog
datadog
toinstall_datadog/metadata.rb
install_datadog/recipes/default.rb
install_datadog/attributes/default.rb
chef-run somehost.com install_datadog
orchef-apply somehost.com install_datadog
With the Beauty of a Policyfile
chef generate policyfile install_datadog
install_datadog.rb
chef-run somehost.com install_datadog.rb
orchef-apply somehost.com install_datadog.rb
The text was updated successfully, but these errors were encountered: