puppet-mongodb
puppet-mongodb copied to clipboard
modulesync 5.2.0
modulesync 5.1.0
https://github.com/voxpupuli/puppet-mongodb/pull/633/files#diff-d6b333a9340fbaec381a43ac444b03b86d46883d35a6c4f4a8cc3a4b914d409dR89
Is the regex wrong or should we ignore rubocop here?
I think it complains about when '0.0.0.0'
and when %r{\[?::0\]?}
, because they both do Facter.value(:fqdn)
ip_real = case first_ip_in_list
when '0.0.0.0', %r{\[?::0\]?}
Facter.value(:fqdn)
(or write it as a single regex)
Ah, you're right!
That error was fixed at https://github.com/puppetlabs/rspec-puppet/pull/19 but it's back? :thinking:
Dear @bastelfreak, thanks for the PR!
This is Vox Pupuli Tasks, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase?
You can find my sourcecode at voxpupuli/vox-pupuli-tasks