theforeman / puppet-puppet

Puppet module for Puppet client and server
GNU General Public License v3.0
88 stars 227 forks source link

Disable FIPS on EL8+ #908

Closed ehelms closed 7 months ago

ehelms commented 8 months ago

Are the test failures related?

ekohl commented 8 months ago

I feel like this is a regression in puppetserver.

  Mar 06 15:43:30 centos7-64-puppet7.example.com puppetserver[4297]: SyntaxError: /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/facter/util/api_debugger.rb:37: syntax error, unexpected '{ arg'
  Mar 06 15:43:30 centos7-64-puppet7.example.com puppetserver[4297]: exclude << option[1..].to_sym
  Mar 06 15:43:30 centos7-64-puppet7.example.com puppetserver[4297]: ^

Edit: https://github.com/puppetlabs/facter/pull/2674#issuecomment-1981280558

evgeni commented 7 months ago

You need to update the tests ;-)

ehelms commented 7 months ago

I can't seem to run these tests locally that are failing and its not obvious to me if these failures are related.

evgeni commented 7 months ago

It looks unrelated to me

evgeni commented 7 months ago

https://github.com/theforeman/puppet-puppet/pull/909 has CI fixes