Skip to content

Commit

Permalink
Release prep v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Mar 21, 2023
1 parent b433876 commit ceaa5ee
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v4.1.2](https://github.com/puppetlabs/puppetlabs-acl/tree/v4.1.2) (2023-03-21)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/v4.1.1...v4.1.2)

### Fixed

- pdksync - \(CONT-494\) Pin github\_changelog\_generator and JSON gem versions [\#270](https://github.com/puppetlabs/puppetlabs-acl/pull/270) ([david22swan](https://github.com/david22swan))

## [v4.1.1](https://github.com/puppetlabs/puppetlabs-acl/tree/v4.1.1) (2022-10-03)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/v4.1.0...v4.1.1)
Expand Down
26 changes: 13 additions & 13 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ will auto-require on user and group resources.

##### `inherit_parent_permissions`

Valid values: ``true``, ``false``
Valid values: `true`, `false`

Inherit Parent Permissions specifies whether to inherit
permissions from parent ACLs or not. The default is `true`.
Expand Down Expand Up @@ -220,27 +220,27 @@ that to build a manifest.

The following parameters are available in the `acl` type.

* [`name`](#name)
* [`provider`](#provider)
* [`purge`](#purge)
* [`target`](#target)
* [`target_type`](#target_type)
* [`name`](#-acl--name)
* [`provider`](#-acl--provider)
* [`purge`](#-acl--purge)
* [`target`](#-acl--target)
* [`target_type`](#-acl--target_type)

##### <a name="name"></a>`name`
##### <a name="-acl--name"></a>`name`

namevar

The name of the acl resource. Used for uniqueness. Will set
the target to this value if target is unset.

##### <a name="provider"></a>`provider`
##### <a name="-acl--provider"></a>`provider`

The specific backend to use for this `acl` resource. You will seldom need to specify this --- Puppet will usually
discover the appropriate provider for your platform.

##### <a name="purge"></a>`purge`
##### <a name="-acl--purge"></a>`purge`

Valid values: ``true``, ``false``, `listed_permissions`
Valid values: `true`, `false`, `listed_permissions`

Purge specifies whether to remove other explicit permissions
if not specified in the permissions set. This doesn't do anything
Expand All @@ -252,15 +252,15 @@ This also allows you to ensure the permissions listed are not on
the ACL with `purge => listed_permissions`.
The default is `false`.

Default value: ``false``
Default value: `false`

##### <a name="target"></a>`target`
##### <a name="-acl--target"></a>`target`

The location the acl resource is pointing to. In the first
release of ACL, this will be a file system location.
The default is the name.

##### <a name="target_type"></a>`target_type`
##### <a name="-acl--target_type"></a>`target_type`

Valid values: `file`

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-acl",
"version": "4.1.1",
"version": "4.1.2",
"author": "puppetlabs",
"summary": "This module provides the ability to manage ACLs on nodes",
"license": "Apache-2.0",
Expand Down

0 comments on commit ceaa5ee

Please sign in to comment.