Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement auto-requires or make docs more explicit? #26

Open
TraGicCode opened this issue Sep 12, 2019 · 0 comments
Open

Implement auto-requires or make docs more explicit? #26

TraGicCode opened this issue Sep 12, 2019 · 0 comments

Comments

@TraGicCode
Copy link

The documentation says people should install the nuget packageprovider before attempting to install powershell modules from the PSGallery.

  1. Is it possible to implement an auto-requires to handle this automatically instead of relying on the default manifest ordering?
  2. 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',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant