Skip to content

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

@TraGicCode

Description

@TraGicCode

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',
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions