You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Puppet, Ruby, OS and module versions/distributions
Ruby:
How to reproduce (e.g Puppet code you use)
Use mod 'benjaminrobertson-find_legacy_facts', '0.2.0' and run again an environment on your puppet master node
What are you seeing
File: selinux/lib/puppet/provider/selinux_fcontext/semanage.rb contains legacy fact selinux on line 10
File: selinux/lib/puppet/provider/selinux_fcontext_equivalence/semanage.rb contains legacy fact selinux on line 9
File: selinux/lib/puppet/provider/selinux_permissive/semanage.rb contains legacy fact selinux on line 8
File: selinux/lib/puppet/provider/selinux_port/semanage.rb contains legacy fact selinux on line 8
File: selinux/lib/puppet/provider/selinux_login/semanage.rb contains legacy fact selinux on line 8
What behaviour did you expect instead
Please use os.selinux.enabled instead of just selinux
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Use mod 'benjaminrobertson-find_legacy_facts', '0.2.0' and run again an environment on your puppet master node
What are you seeing
File: selinux/lib/puppet/provider/selinux_fcontext/semanage.rb contains legacy fact selinux on line 10
File: selinux/lib/puppet/provider/selinux_fcontext_equivalence/semanage.rb contains legacy fact selinux on line 9
File: selinux/lib/puppet/provider/selinux_permissive/semanage.rb contains legacy fact selinux on line 8
File: selinux/lib/puppet/provider/selinux_port/semanage.rb contains legacy fact selinux on line 8
File: selinux/lib/puppet/provider/selinux_login/semanage.rb contains legacy fact selinux on line 8
What behaviour did you expect instead
Please use os.selinux.enabled instead of just selinux
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: