sous-chefs / selinux

Development repository for the selinux cookbook
https://supermarket.chef.io/cookbooks/selinux
Apache License 2.0
58 stars 70 forks source link

Allow "-" and "_" for module names #63

Closed ramereth closed 4 years ago

ramereth commented 4 years ago

Without this change, it will force the module to be installed on every run which slows client runs considerably if you have multiple modules you add.

This patch is the same as noted in this PR [1].

[1] https://github.com/chef-cookbooks/selinux/pull/61

Signed-off-by: Lance Albertson lance@osuosl.org

Description

[Describe what this change achieves]

Issues Resolved

[List any existing issues this PR resolves]

Check List