-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
What is selinux_config_mode? #222
Comments
ah shit, I implemented selinux support, but the facts are only available on RHEL I think. I will provide a patch soon. |
My PR is getting green in travis. |
ah nice, you did #223 |
this should be fixed now: #224 |
@bastelfreak I don't think we need to check |
In other words, I think zabbix_can_network should be set to 'on' no matter what state selinux is in. This of course goes for the proxy seboolean in #235 as well. |
ah interesting, I didn't know that. This would add a useless resource to the catalog but takes complexity from the module (and mocking from the spec tests). @igalic @jyaworski what do you think here, should we remove the check for selinux_config_mode and always set the selinux selboolean? |
Does Puppet handle selboolean and selmodule gracefully when selinux is disabled? |
@jyaworski my suspicion, with selstuff being rather built-in, would be yes. okay, so basically, the source code says, this provider does nothing much other than call
n.b.: i had to install selinux for this ;)
|
Hy,
I've upgraded to 2.3.1-rc0 and tried to install zabbix from scratch in my vagrant box. This have had worked the day before, but today after upgrade I get
The specs do not cover the case, when variable is not defined.
I'm working on a PR to make module run.
The text was updated successfully, but these errors were encountered: