fix: install filemapper gem and deploy generate-types cronjob

The network module's interfaces provider requires puppetx/filemapper
which was not installed, causing catalog compilation failures with
"no such file to load -- puppetx/filemapper".

Also adds cronjob_generate-types.yaml to the kustomization so the
generate-types CronJob is actually deployed.

💘 Generated with Crush

Assisted-by: Claude Sonnet 4.6 via Crush <crush@charm.land>
This commit is contained in:
2026-03-21 23:58:27 +11:00
parent 2a96d9e948
commit a475da8bea
2 changed files with 2 additions and 0 deletions
@@ -3,4 +3,5 @@ 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"