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

Test container_podman support in beaker #935

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bastelfreak
Copy link
Member

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@bastelfreak bastelfreak self-assigned this Mar 17, 2024
@bastelfreak bastelfreak force-pushed the foooooooo branch 5 times, most recently from ea653f3 to 0f036d3 Compare March 17, 2024 19:21
@bastelfreak bastelfreak force-pushed the foooooooo branch 2 times, most recently from c1272db to 765a1e1 Compare March 17, 2024 21:06
@bastelfreak bastelfreak force-pushed the foooooooo branch 2 times, most recently from cbc2790 to ae46bf8 Compare March 27, 2024 18:20
@bastelfreak bastelfreak force-pushed the foooooooo branch 5 times, most recently from 9ee865e to ce0e0f5 Compare September 20, 2024 12:13
@bastelfreak bastelfreak changed the title Test docker_podman support in beaker Test container_podman support in beaker Sep 20, 2024
@@ -6,7 +6,7 @@
# In Puppet 7 the locale ends up being C.UTF-8 if it isn't passed.
# This locale doesn't exist in EL7 and won't be supported either.
# At least PostgreSQL runs into this.
ENV['LANG'] = 'en_US.UTF-8' if host['hypervisor'] == 'docker' && host['platform'] == 'el-7-x86_64'
ENV['LANG'] = 'en_US.UTF-8' if host['hypervisor'] =~ %r{docker} && host['platform'] == 'el-7-x86_64'
Copy link
Member

Choose a reason for hiding this comment

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

should this be =~ container? not sure what exactly is the value in hypervisor here.

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 also don't know. I didn't pay too much attention because I want to merge #970 first, and that will remove the whole line anyways.

Copy link
Member

Choose a reason for hiding this comment

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

fair.

it still would be good to know as I think we use similar blocks in other modules too

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.

2 participants