feat: update gems for puppet
- add deep_merge, ipaddr, and hiera-eyaml gems - pin intel-device-plugins to 0.35.0
This commit is contained in:
@@ -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