-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
add missing dep on puppetlabs/selinux_core #355
base: master
Are you sure you want to change the base?
Conversation
This module is using the `selmodule` resource type provided by puppetlabs/selinux_core.
I think we don't list core modules in metadata.json. |
The dep not being declared breaks rspec tests on my control repo. |
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
Hum, yeah the Note that the bundled |
Yes, |
I suspect everyone on this thread knows the history of the The specific reason why this has caused me grief is that I use r10k with a branched env workflow. As everyone knows, r10k doesn't do [any] dependency resolution. The result of this is that changes to the However, I am arguing that The real question is: Do voxpupuli modules only support AIO provided puppet? |
If |
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
puppetlabs/selinux_core is an undeclared dep of puppet/selinux. See: voxpupuli/puppet-selinux#355
Personally, I'd rather see the dependencies declared even if they are guaranteed to be satisfied. Completeness is nice. |
I would like listing all deps to be the official voxpupuli policy. |
This module is using the
selmodule
resource type provided bypuppetlabs/selinux_core.