We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Selinux module can contain .te, .if adn .fc files. See https://github.com/TresysTechnology/refpolicy/tree/master/policy/modules/services
Create selinux module with multiple file types and try to use selinux::module to manage it.
So far I have not been able to manage single selinux module. Somehow te file ends up being directory.
I expect to get similar behaviour than spiette/selinux. See: https://github.com/spiette/puppet-selinux/blob/master/manifests/module.pp
Put selinux module files into puppet module files/selinux and then enable module by:
::selinux::module { 'myselmodulename': ensure => 'present', source => "puppet:///modules/${module_name}/selinux", }
The text was updated successfully, but these errors were encountered:
I have branch with fixes: https://github.com/cybercom-finland/puppet-selinux/tree/module-source-directory-118 But I would like to have #117 fixed before.
Sorry, something went wrong.
Also it might be benefical to restore API from spiette module totally, but I'm not sure about what I've dropped. https://github.com/spiette/puppet-selinux/blob/master/manifests/module.pp
In my opinion the selinux::module param should not synchronize a directory.
selinux::module
@maage if this is important for you please provide proposals on the issue #178 within the next few days.
No branches or pull requests
Selinux module can contain .te, .if adn .fc files. See https://github.com/TresysTechnology/refpolicy/tree/master/policy/modules/services
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Create selinux module with multiple file types and try to use selinux::module to manage it.
What behaviour did you get
So far I have not been able to manage single selinux module. Somehow te file ends up being directory.
What behaviour did you expect instead
I expect to get similar behaviour than spiette/selinux. See:
https://github.com/spiette/puppet-selinux/blob/master/manifests/module.pp
Put selinux module files into puppet module files/selinux and then enable module by:
The text was updated successfully, but these errors were encountered: