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
As the title says, you cannot use puppet-managed subdirectories in the source parameter of selinux::module. I have a "site" module in which I keep all my local stuff, and I planned to keep my selinux modules like this: puppet:///modules/site/selinux/<mod_name>/…
However, this is not possible using this module, since the regex rejects that path.
The text was updated successfully, but these errors were encountered:
We're having exactly the same issue, using a 'site' module for custom files and therefor sourcedir validation fails. e.g. 'source => 'puppet:///modules/siteA/selinux/hostA/'
maage
pushed a commit
to cybercom-finland/puppet-selinux
that referenced
this issue
Sep 1, 2016
As the title says, you cannot use puppet-managed subdirectories in the source parameter of selinux::module. I have a "site" module in which I keep all my local stuff, and I planned to keep my selinux modules like this: puppet:///modules/site/selinux/<mod_name>/…
However, this is not possible using this module, since the regex rejects that path.
The text was updated successfully, but these errors were encountered: