You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to use resource notifications on chef_dk resources in my recipes, but they don't appear to work.
I can subscribe to the remote_file or rpm_package resources within the chef_dk resource, but the methods to determine the url or rpm path are private. I thought about wrapping the chef_dk resource in my own implementation of the omnijack calls, but that seems wasteful.
Any ways that I could approach this differently, or that the chef_dk cookbook could be changed to accommodate notifications? Thanks for any help you can offer!
The text was updated successfully, but these errors were encountered:
I'd like to be able to use resource notifications on
chef_dk
resources in my recipes, but they don't appear to work.I can subscribe to the
remote_file
orrpm_package
resources within thechef_dk
resource, but the methods to determine the url or rpm path are private. I thought about wrapping thechef_dk
resource in my own implementation of the omnijack calls, but that seems wasteful.Any ways that I could approach this differently, or that the chef_dk cookbook could be changed to accommodate notifications? Thanks for any help you can offer!
The text was updated successfully, but these errors were encountered: