File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
acceptance/setup/common/pre-suite Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 # install system ruby packages
3333 install_package ( bolt , 'ruby' )
3434 install_package ( bolt , 'ruby-ffi' )
35+ # semantic puppet no longer supports ruby < 2.7
36+ on ( bolt , 'gem install semantic_puppet -v 1.0.4' )
37+ on ( bolt , 'gem install puppet -v 7.24.0' )
3538 when /el-|centos/
3639 # install system ruby packages
3740 install_package ( bolt , 'ruby' )
4750 install_package ( bolt , 'libffi-devel' )
4851 install_package ( bolt , 'redhat-rpm-config' )
4952 on ( bolt , "dnf group install -y 'C Development Tools and Libraries'" )
50- # semantic puppet no longer supports ruby < 2.7
51- on ( bolt , 'gem install semantic_puppet -v 1.0.4' )
52- on ( bolt , 'gem install puppet -v 7.24.0' )
5353 install_package ( bolt , 'rubygem-json' )
5454 install_package ( bolt , 'rubygem-bigdecimal' )
5555 install_package ( bolt , 'rubygem-io-console' )
You can’t perform that action at this time.
0 commit comments