Skip to content

Commit

Permalink
bump required pwshlib to 1.2.0 and greater
Browse files Browse the repository at this point in the history
bumps the minimum required puppetlabs/pwshlib to 1.2.0, as dsc_timeout
logic is only present in these module versions.
  • Loading branch information
jordanbreen28 committed Aug 15, 2024
1 parent d424f92 commit 9199886
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function Update-PuppetModuleMetadata {
$PuppetMetadata.dependencies = @(
@{
name = 'puppetlabs/pwshlib'
version_requirement = '>= 0.9.0 < 2.0.0'
version_requirement = '>= 1.2.0 < 2.0.0'
}
)
# Update the operating sytem to only support windows *for now*.
Expand Down

0 comments on commit 9199886

Please sign in to comment.