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
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Unknown resource type: 'selboolean' (file: /home/me/puppet/environments/production/modules/mymodule/spec/fixtures/modules/selinux/manifests/boolean.pp, line: 40, column: 5) (file: /home/me/puppet/environments/production/modules/mymodule/spec/fixtures/modules/mymodule/manifests/myclass.pp, line: 34) on node mybox.my.org
What behaviour did you expect instead
Catalog compilation should succeed.
Output log
See above.
Any additional information you'd like to impart
I presume that the wanted selboolean is the one from puppetlabs-selinux_core, but puppet-selinux's metadata does not express a dependency on that module. At minimum, adding puppetlabs-selinux_core to my test fixture resolved my test failures.
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
The issue was observed with
How to reproduce (e.g Puppet code you use)
What are you seeing
Spec tests of one of my modules fails with
What behaviour did you expect instead
Catalog compilation should succeed.
Output log
See above.
Any additional information you'd like to impart
I presume that the wanted
selboolean
is the one from puppetlabs-selinux_core, but puppet-selinux's metadata does not express a dependency on that module. At minimum, adding puppetlabs-selinux_core to my test fixture resolved my test failures.The text was updated successfully, but these errors were encountered: