Skip to content
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

Merged
merged 1 commit into from
Dec 17, 2018
Merged

(MODULES-8142) - Addition of support for SLES 15 #315

merged 1 commit into from
Dec 17, 2018

Conversation

david22swan
Copy link
Member

@david22swan david22swan commented Dec 13, 2018

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

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')
Copy link
Contributor

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 ?

Copy link
Contributor

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 ????

Copy link
Member Author

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

Copy link
Contributor

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 ?

Copy link
Member Author

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

@tphoney
Copy link
Contributor

tphoney commented Dec 14, 2018

do you have the results from the ad-hoc pipetline?

net-telnet removed from gemfile as it was unneeded
@david22swan
Copy link
Member Author

screen shot 2018-12-17 at 11 57 12 am

@pmcmaw pmcmaw merged commit 44ff961 into puppetlabs:master Dec 17, 2018
@david22swan david22swan deleted the MODULES-8142 branch December 17, 2018 16:52
cegeka-jenkins pushed a commit to cegeka/puppet-inifile that referenced this pull request Aug 5, 2021
(MODULES-8142) - Addition of support for SLES 15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants