Use Case
When using class {'chocolatey': } to install chocolatey, it will fail if .NET 4.8 is not installed.
Describe the Solution You Would Like
I'd like an option to install required dependencies, instead of failing.
Describe Alternatives You've Considered
I could probably handle this myself in my own module, but i think it would be cleaner to handle it here.
Use Case
When using
class {'chocolatey': }to install chocolatey, it will fail if .NET 4.8 is not installed.Describe the Solution You Would Like
I'd like an option to install required dependencies, instead of failing.
Describe Alternatives You've Considered
I could probably handle this myself in my own module, but i think it would be cleaner to handle it here.