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 support for Debian 11 #1010

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Conversation

wyardley
Copy link
Contributor

Pull Request (PR) description

Add metadata support for Debian 11, and use the "python3" package for the entire Debian family. This appears to be valid for both currently supported versions

This Pull Request (PR) fixes the following issues

Closes #1008

@wyardley wyardley added the enhancement New feature or request label Jun 27, 2024
Add metadata support for Debian 11, and use the "python3" package for
the entire Debian family. This appears to be valid for both currently
supported versions

Closes voxpupuli#1008
@@ -190,7 +190,8 @@
is_expected.to contain_archive('rabbitmqadmin').with_source('http://1.1.1.1:15672/cli/rabbitmqadmin')
end

it { is_expected.to contain_package('python') } if %w[RedHat Debian SUSE Archlinux].include?(os_facts[:os]['family'])
it { is_expected.to contain_package('python') } if %w[RedHat SUSE Archlinux].include?(os_facts[:os]['family'])
it { is_expected.to contain_package('python3') } if %w[Debian].include?(os_facts[:os]['family'])
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I played with single quoting this, but decided to keep the existing style, even for ones where we only have 1 right now.

@@ -1,4 +1,5 @@
---
rabbitmq::python_package: 'python3'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

note: these are not alpha sorted; I tried to follow the convention / lack of convention from other files, but happy to reorder some or all of these if necessary.

@bastelfreak bastelfreak merged commit 4d47eb4 into voxpupuli:master Jun 27, 2024
10 checks passed
@wyardley wyardley mentioned this pull request Jun 28, 2024
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