File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
acceptance/setup/common/pre-suite Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 43
43
on ( bolt , 'gem install semantic_puppet -v 1.0.4' )
44
44
on ( bolt , 'gem install puppet -v 7.24.0' )
45
45
on ( bolt , 'gem install highline -v 2.1.0' )
46
+ on ( bolt , 'gem install nori -v 2.6.0' )
46
47
when /el-|centos/
47
48
# install system ruby packages
48
49
install_package ( bolt , 'ruby' )
66
67
when /osx/
67
68
# System ruby for osx is 2.3. winrm-fs and its dependencies require > 2.3.
68
69
on ( bolt , 'gem install winrm-fs -v 1.3.3 --no-document' )
70
+ on ( bolt , 'gem install nori -v 2.6.0 --no-document' )
69
71
# System ruby for osx12 is 2.6, which can only manage puppet-strings 2.9.0
70
72
on ( bolt , 'gem install puppet-strings -v 2.9.0 --no-document' )
71
73
# semantic puppet no longer supports ruby < 2.7
You can’t perform that action at this time.
0 commit comments