-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
The documentation says people should install the nuget packageprovider before attempting to install powershell modules from the PSGallery.
- Is it possible to implement an auto-requires to handle this automatically instead of relying on the default manifest ordering?
- If auto-requires isn't possible in this scenario should the documentation be updated to show the relationship being setup so it's more explicit and instead of implicit
pspackageprovider { 'Nuget':
ensure => '2.8.5.208',
} -> Package <| provider == 'windowspowershell' |>
package { 'AWSPowerShell':
ensure => '3.3.563.1',
provider => 'windowspowershell',
}Metadata
Metadata
Assignees
Labels
No labels