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

modulesync 2.7.0 and drop puppet 4 #249

Merged
merged 4 commits into from
May 20, 2019
Merged

modulesync 2.7.0 and drop puppet 4 #249

merged 4 commits into from
May 20, 2019

Conversation

bastelfreak
Copy link
Member

modulesync 2.7.0

Copy link
Member

@alexjfisher alexjfisher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You've accidentally disabled most of the tests...
See

elsif Puppet.version =~ %r{^4}

@bastelfreak
Copy link
Member Author

@alexjfisher can you review this again?

@@ -309,7 +309,7 @@
it { is_expected.to contain_class('hiera::deep_merge') }
end
end
elsif Puppet.version =~ %r{^4}
elsif Puppet.version =~ %r{^6}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should do more than just this. There's loads of dead tests that could be removed completely. If we're dropping puppet 4, maybe there's also code that should be cleared up and/or defaults that should be more sane.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dropped some of the legacy tests. Should we keep it as it is and merge it? We can raise an issue to cleanup the module later. That would allow us to move forward and release the module.

@dhoppe dhoppe merged commit beeab99 into master May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants