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

define selinux::module broken in CentOS 7.3 #142

Closed
edestecd opened this issue Dec 20, 2016 · 4 comments
Closed

define selinux::module broken in CentOS 7.3 #142

edestecd opened this issue Dec 20, 2016 · 4 comments

Comments

@edestecd
Copy link
Contributor

In CentOS 7.3 it seems that the .pp file for a selinux module must be the same as the module name.
The whole prefixing scheme of the file name means that the default example no longer works.

@edestecd
Copy link
Contributor Author

edestecd commented Dec 20, 2016

This seems to resolve the issue:

selinux::module { 'mariadb_galera_cluster':
  content => template("${module_name}/mariadb_galera_cluster.te.erb"),
  prefix  => '',
}

Consider making it the default? Empty or no prefix...

@traylenator
Copy link
Contributor

See #140

@bastelfreak
Copy link
Member

Hi @edestecd, the default in the latest release is '', please reopen the issue if you still experience issues.

@vinzent
Copy link
Contributor

vinzent commented Dec 28, 2016

should be fixed by release 0.7.1 #160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants