4748df497a
Catalog compiles fail with `LoadError: no such file to load -- toml`: server-side functions run in the puppetserver JRuby, whose gem path is separate from the agent CRuby path this hook installs into. puppet-prod's `profiles::puppet::gems` covers both; the hook only did the agent half. - Install toml via `puppetserver gem`, mirroring the `puppetserver_gem` resource in puppet-prod - Note in a comment that under `set -e` a failed install takes down an already-serving compiler Reviewed-on: #467 Co-authored-by: unkin-agent <unkin-agent@unkin.net> Co-committed-by: unkin-agent <unkin-agent@unkin.net>