revert: remove filemapper gem install (#72)

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.

Reviewed-on: #72
This commit was merged in pull request #72.
This commit is contained in:
2026-03-24 18:22:23 +11:00
parent 0fc1268c51
commit 33420e1286
2 changed files with 0 additions and 2 deletions
@@ -35,7 +35,6 @@ spec:
- -c
args:
- |
/opt/puppetlabs/puppet/bin/gem install filemapper toml
find /etc/puppetlabs/code/environments -mindepth 1 -maxdepth 1 -type d | while read -r envdir; do
env="$(basename "$envdir")"
echo "Generating types for $env"
@@ -3,5 +3,4 @@ set -e
echo "Installing additional Ruby gems..."
/opt/puppetlabs/puppet/bin/gem install toml
/opt/puppetlabs/puppet/bin/gem install filemapper
echo "Additional Ruby gems installed successfully"