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

selinux class parameters boolean, fcontext, module, permissive and port are ignored #148

Closed
vinzent opened this issue Dec 24, 2016 · 0 comments
Labels
bug Something isn't working

Comments

@vinzent
Copy link
Contributor

vinzent commented Dec 24, 2016

Affected Puppet, Ruby, OS and module versions/distributions

  • Module version: 0.5.1-rc0

How to reproduce (e.g Puppet code you use)

for example with module parameter set:

class { 'selinux':
  mode => 'enforcing',
  type => 'targeted',
  module => {
    'mycustommodule' => 
      source => 'puppet://modules/profile/selinux/mycustommodule.te',
    },
  }

What are you seeing

module is not loaded

What behaviour did you expect instead

the passed parameters should be used or parameters removed.

Any additional information you'd like to impart

@vinzent vinzent added the bug Something isn't working label Jan 17, 2017
@vinzent vinzent added this to the 1.0.0 milestone Jan 17, 2017
bastelfreak added a commit that referenced this issue Jan 17, 2017
EmRowlands pushed a commit to EmRowlands/puppet-selinux that referenced this issue Mar 29, 2023
Until now only hiera was queried for module, boolean, fcontext
permissive and port parameters. In puppet manifest declared
parameters we're not considered at all.
EmRowlands pushed a commit to EmRowlands/puppet-selinux that referenced this issue Mar 29, 2023
EmRowlands pushed a commit to EmRowlands/puppet-selinux that referenced this issue Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant