Skip to content

Commit

Permalink
pin faraday directly
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Mar 26, 2024
1 parent 9e024fc commit 68db6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
}
# we need to pin the faraday-net_http version for puppet 7
if versioncmp($facts['puppetversion'], '8.0.0') < 0 {
package { 'faraday-net_http':
package { 'faraday':
ensure => present,
provider => $r10k::provider,
install_options => [
{ '-v' => '3.0.2' },
{ '-v' => '2.8.1' },
],
}
}
Expand Down

0 comments on commit 68db6f8

Please sign in to comment.