129eb31058
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.
7 lines
157 B
Bash
Executable File
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"
|