Lance Albertson
Lance Albertson
I don't believe the methods in `action_class` are intended to be used outside of the resource.
If we move these into a helper library, it would be more visible. That might be more portable anyway and what we've been doing on other cookbooks. Feel free to...
@ashiqueps this PR resolves issues that are currently blocking all sous-chefs CI. Can we please go ahead and merge it and add the documentation in another PR? I'd like to...
This was moved to chef/fauxhai#10
Closing in favor of #131
@buck3tsec I just got the following word from Chef via Slack: > Please note, fauxhai ruby gem is being published from the [chef/fauxhai](https://github.com/chef/fauxhai) fork since last year. this was done...
I'd like to revisit this now that #9013 was closed. I think it might be useful to also create a new resource called ``dnf_module`` as users sometimes need to enable/disable...
I think for this specific use case you'd want to do something like this: ```ruby dnf_module 'php:7.3' do action :enable end package 'php-devel' ``` Perhaps it might make sense to...
FWIW we implemented this recently in the yum cookbook: https://github.com/sous-chefs/yum/blob/main/resources/dnf_module.rb If this resource looks good, we can see about making a PR to make it a native resource.
@Annih none that I'm aware of but I'm sure a PR would be a good start.