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

Add Debian 10 support #573

Merged
merged 2 commits into from
Oct 2, 2020
Merged

Add Debian 10 support #573

merged 2 commits into from
Oct 2, 2020

Conversation

bastelfreak
Copy link
Member

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@bastelfreak bastelfreak added the enhancement New feature or request label Oct 2, 2020
@bastelfreak bastelfreak self-assigned this Oct 2, 2020
@bastelfreak
Copy link
Member Author

#572 should be merged before this one

Comment on lines +33 to +42
fact_notices = <<-EOS
notify{"pip_version: ${facts['pip3_version']}":}
notify{"python_version: ${facts['python3_version']}":}
EOS
it 'outputs python facts when not installed' do
apply_manifest(fact_notices, catch_failures: true) do |r|
expect(r.stdout).to match(%r{python_version: 3\.\S+})
expect(r.stdout).to match(%r{pip_version: \S+})
end
end
Copy link
Member

Choose a reason for hiding this comment

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

Oh, nice pattern - never really thought about this.

@bastelfreak bastelfreak merged commit c52e233 into voxpupuli:master Oct 2, 2020
@bastelfreak bastelfreak deleted the debian10 branch October 2, 2020 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants