-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Need a way to enforce permissions on created files #86
Comments
silug
added a commit
to silug/puppet-kmod
that referenced
this issue
Apr 27, 2022
* Add attributes for enforcing ownership and permissions on created files * Move documentation to Puppet Strings * Add generated REFERENCE.md * Add rspec tests for `kmod::option` and the `kmods` fact Fixes voxpupuli#86
silug
added a commit
to silug/puppet-kmod
that referenced
this issue
Apr 27, 2022
* Add attributes for enforcing ownership and permissions on created files * Move documentation to Puppet Strings * Add generated REFERENCE.md * Add rspec tests for `kmod::option` Fixes voxpupuli#86
silug
added a commit
to silug/puppet-kmod
that referenced
this issue
Apr 27, 2022
* Add attributes for enforcing ownership and permissions on created files * Move documentation to Puppet Strings * Add generated REFERENCE.md * Add rspec tests for `kmod::option` Fixes voxpupuli#86
silug
added a commit
to silug/puppet-kmod
that referenced
this issue
Apr 27, 2022
* Add attributes for enforcing ownership and permissions on created files * Move documentation to Puppet Strings * Add generated REFERENCE.md * Add rspec tests for `kmod::option` Fixes voxpupuli#86
silug
added a commit
to silug/puppet-kmod
that referenced
this issue
Apr 28, 2022
* Add attributes for enforcing ownership and permissions on created files * Move documentation to Puppet Strings * Add generated REFERENCE.md * Add rspec tests for `kmod::option` Fixes voxpupuli#86
silug
added a commit
to silug/puppet-kmod
that referenced
this issue
Apr 28, 2022
* Add attributes for enforcing ownership and permissions on created files * Add data types to all class and defined type parameters * Move documentation to Puppet Strings * Add generated REFERENCE.md * Add rspec tests for `kmod::option` * Bump stdlib dependency to 5.0.0 (for `Stdlib::Filemode` type) Fixes voxpupuli#86
silug
added a commit
to silug/puppet-kmod
that referenced
this issue
Apr 28, 2022
* Add attributes for enforcing ownership and permissions on created files * Add data types to all class and defined type parameters * Move documentation to Puppet Strings * Add generated REFERENCE.md * Add rspec tests for `kmod::option`, new parameters, etc. * Bump stdlib dependency to 5.0.0 (for `Stdlib::Filemode` type) Fixes voxpupuli#86
silug
added a commit
to silug/puppet-kmod
that referenced
this issue
Apr 28, 2022
* Add attributes for enforcing ownership and permissions on created files * Add data types to all class and defined type parameters * Move documentation to Puppet Strings * Add generated REFERENCE.md * Add rspec tests for `kmod::option`, new parameters, etc. * Bump stdlib dependency to 5.0.0 (for `Stdlib::Filemode` type) Fixes voxpupuli#86
bastelfreak
added a commit
that referenced
this issue
May 3, 2022
(#86) Enforce permissions on created files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For compliance reasons, we need to be able to enforce ownership and permissions on the files and directories created by the module.
The text was updated successfully, but these errors were encountered: