Files
argocd-apps/apps/base/puppet/resources/additional-ruby-gems.sh
T
unkinben 129eb31058
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
revert: remove filemapper gem install
filemapper is not available on RubyGems under that name and was causing
puppetserver-compiler to crash loop. The interfaces provider that
requires puppetx/filemapper is Debian-specific and should not be loaded
on RedHat-based puppetservers.
2026-03-22 20:00:19 +11:00

7 lines
157 B
Bash
Executable File

#!/bin/bash
set -e
echo "Installing additional Ruby gems..."
/opt/puppetlabs/puppet/bin/gem install toml
echo "Additional Ruby gems installed successfully"