Forge Home

posix_acl

Puppet ACL Module

142,672 downloads

1,984 latest version

5.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 3.1.0 (latest)
  • 3.0.0
  • 2.0.0
  • 1.1.0
  • 1.0.0
  • 0.1.1
  • 0.1.0
released Oct 14th 2018
This version is compatible with:
  • Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2016.4.x
  • Puppet >= 4.10.0 < 7.0.0
  • , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'puppet-posix_acl', '0.1.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add puppet-posix_acl
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install puppet-posix_acl --version 0.1.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

puppet/posix_acl — version 0.1.1 Oct 14th 2018

Changelog

All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.

v0.1.1 (2018-10-14)

Full Changelog

Merged pull requests:

v0.1.0 (2018-07-16)

Full Changelog

Implemented enhancements:

  • Move to Vox Pupuli #29

Merged pull requests:

0.0.5 (2017-12-12)

Full Changelog

0.0.4 (2017-12-12)

Full Changelog

Fixed bugs:

  • module name conflict #26

Closed issues:

  • Race condition with non existing file and recursemode => deep #22
  • Publish to the forge #21

Merged pull requests:

  • Time to deprecate Ruby 1.8.7 support #31 (dobbymoodge)
  • Fixes ACL's with spaces #30 (i1tech)
  • fix another Ruby error when the file doesn't exist yet #28 (tequeter)
  • use inspect instead of join to stringify arrays #27 (tequeter)
  • Do not downcase acl group/user names when checking for insync?. #25 (tdevelioglu)
  • Check if a path exists before calling getfacl #23 (roidelapluie)

0.0.3 (2016-01-13)

Full Changelog

Closed issues:

  • Accept short acls. #4

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator