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

Metadata updates / Dependency testing (Puppet8 support) #1342

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update stdlib dependencies in appveyor.yml
davidphay authored Aug 24, 2023
commit 4e82823ac1991cc30148c7cf0eafc8eab39c4a86
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ install:
- ps: Copy-Item -Path "${ENV:APPVEYOR_BUILD_FOLDER}/lib/facter" -Destination C:/ProgramData/PuppetLabs/puppet/cache/lib/facter -Recurse
- set PATH=C:\Program Files\Puppet Labs\Puppet\bin;%PATH%
- puppet --version
- puppet module install puppetlabs-stdlib --version ">= 5.1.0 < 7.0.0"
- puppet module install puppetlabs-stdlib --version ">= 9.0.0 < 10.0.0"
- puppet module install puppetlabs-chocolatey --version ">= 3.0.0 < 7.0.0"
- puppet module install puppet-archive --version ">= 3.0.0 < 5.0.0"
- puppet module install puppet-windows_env --version ">= 3.0.0 < 5.0.0"