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 official archlinux support #583

Merged
merged 2 commits into from
Aug 31, 2017
Merged

Conversation

bastelfreak
Copy link
Member

No description provided.

@alexjfisher alexjfisher merged commit d89909d into voxpupuli:master Aug 31, 2017
@bastelfreak bastelfreak deleted the arch2 branch August 31, 2017 07:58
@@ -17,7 +17,8 @@

has_systemd = (
(facts[:osfamily] == 'RedHat' && facts[:os]["release"]["major"].to_i >= 7) ||
(facts[:osfamily] == 'Debian' && facts[:os]["release"]["full"] == '16.04')
(facts[:osfamily] == 'Debian' && facts[:os]["release"]["full"] == '16.04') ||
(facts[:osfamily] == 'Archlinux')
Copy link
Member

Choose a reason for hiding this comment

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

This is not in the actual code and the tests only pass because rspec-puppet-facts always needs a major version. That's also why OpenBSD is currently not tested.

@wyardley wyardley added the enhancement New feature or request label Sep 5, 2017
Slm0n87 pushed a commit to Slm0n87/puppet-rabbitmq that referenced this pull request Mar 7, 2019
cegeka-jenkins pushed a commit to cegeka/puppet-rabbitmq that referenced this pull request Mar 26, 2021
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.

4 participants