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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user