feat: update gems for puppet (#73)
- add deep_merge, ipaddr, and hiera-eyaml gems - pin intel-device-plugins to 0.35.0 Reviewed-on: #73
This commit was merged in pull request #73.
This commit is contained in:
@@ -8,6 +8,7 @@ resources:
|
||||
helmCharts:
|
||||
- name: intel-device-plugins-operator
|
||||
repo: https://intel.github.io/helm-charts/
|
||||
version: "0.35.0"
|
||||
releaseName: intel-device-plugins-operator
|
||||
namespace: inteldeviceplugins-system
|
||||
- name: intel-device-plugins-gpu
|
||||
|
||||
@@ -35,6 +35,7 @@ spec:
|
||||
- -c
|
||||
args:
|
||||
- |
|
||||
/opt/puppetlabs/puppet/bin/gem install deep_merge ipaddr hiera-eyaml 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"
|
||||
|
||||
@@ -2,5 +2,8 @@
|
||||
set -e
|
||||
|
||||
echo "Installing additional Ruby gems..."
|
||||
/opt/puppetlabs/puppet/bin/gem install deep_merge
|
||||
/opt/puppetlabs/puppet/bin/gem install ipaddr
|
||||
/opt/puppetlabs/puppet/bin/gem install hiera-eyaml
|
||||
/opt/puppetlabs/puppet/bin/gem install toml
|
||||
echo "Additional Ruby gems installed successfully"
|
||||
|
||||
Reference in New Issue
Block a user