-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(MODULES-8142) - Addition of support for SLES 15 #315
Conversation
Gemfile
Outdated
| @@ -28,7 +28,7 @@ group :development do | |||
| gem "puppet-module-win-dev-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw] | |||
| gem "puppet-lint-i18n", require: false | |||
| gem "net-telnet", '0.1.0', require: false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.3.0') | |||
| gem "net-telnet", require: false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0') | |||
| gem "net-telnet", '0.1.1', require: false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0') | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also edit the .sync.yml or this will be lost. why the change ? does this clash with net-telnet in puppet agent ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.sync.yml still needs to be edited. Does this affect other modules ????
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the sync file.
It conflicted with the specinfra gem as it pins net-telnet to 0.1.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this affect other modules ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not that I've seen. inifile is the only one that seems to have net-telnet specifically set
|
do you have the results from the ad-hoc pipetline? |
net-telnet removed from gemfile as it was unneeded
(MODULES-8142) - Addition of support for SLES 15

net-telnet removed from gemfile as it does not need to be declared.