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

(CONT-257) Add PDKTemplateRef parameter #231

Merged
merged 2 commits into from
Nov 3, 2022

Commits on Nov 3, 2022

  1. (CONT-257) Add PDKTemplateRef parameter

    Prior to this commit it was not possible to specify the version of
    pdk-templates that would be used when puppetizing a Dsc module.
    
    PDK help sugegsts that the default ref is 2.5.0, however in practice it
    would pull down the latest tag from the pdk-templates repository. At the
    time of commit, this was 2.6.0.
    
    The above diff causes some issues when puppetizing a resource due to gem
    incompatibilities.
    
    This commit adds a new parameter called PDKTemplateRef to
    `New-PuppetDscModule` and `Initialize-PuppetModule` so that users can
    optionally provide a different pdk-templates version.
    
    The default value has been set to 2.5.0.
    chelnak committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    543ec44 View commit details
    Browse the repository at this point in the history
  2. (MAINT) Remove 2016 runner

    2016 runners have now been removed.
    
    This commit adds 2022 runners and removes 2016 runners.
    chelnak committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    4a37e21 View commit details
    Browse the repository at this point in the history