Skip to content

Commit

Permalink
Fix version of librarian-puppet gem dependencies
Browse files Browse the repository at this point in the history
Jan 9 2024 release of faraday and faraday-net_http broke install
of librarian-puppet when using the Ruby pacakged with Puppet 7.
  • Loading branch information
cmd-ntrf committed Jan 11, 2024
1 parent 1d70f3f commit 71f10f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/configuration/puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ runcmd:
- ln -sf /etc/puppetlabs/data/terraform_data.yaml /etc/puppetlabs/code/environments/production/data/
- ln -sf /etc/puppetlabs/data/user_data.yaml /etc/puppetlabs/code/environments/production/data/
- ln -sf /etc/puppetlabs/facts/terraform_facts.yaml /etc/puppetlabs/code/environments/production/site/profile/facts.d
- /opt/puppetlabs/puppet/bin/gem install autosign:1.0.1 hiera-eyaml:3.4.0 faraday:2.8.1 faraday-net_http:3.0.2 puppet_forge:4.1.0
- /opt/puppetlabs/puppet/bin/gem install librarian-puppet
- "(cd /etc/puppetlabs/code/environments/production/ && HOME=/root PATH=$PATH:/opt/puppetlabs/puppet/bin /opt/puppetlabs/puppet/bin/librarian-puppet install)"
# Bootstrap services that are essential to the puppet repo
Expand Down

0 comments on commit 71f10f2

Please sign in to comment.