Skip to content

Commit a5e1acf

Browse files
Merge pull request #273 from puppetlabs/release-prep
Release prep v4.1.2
2 parents b433876 + ceaa5ee commit a5e1acf

File tree

3 files changed

+22
-14
lines changed

3 files changed

+22
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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).
44

5+
## [v4.1.2](https://github.com/puppetlabs/puppetlabs-acl/tree/v4.1.2) (2023-03-21)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/v4.1.1...v4.1.2)
8+
9+
### Fixed
10+
11+
- 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))
12+
513
## [v4.1.1](https://github.com/puppetlabs/puppetlabs-acl/tree/v4.1.1) (2022-10-03)
614

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

REFERENCE.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ will auto-require on user and group resources.
145145

146146
##### `inherit_parent_permissions`
147147

148-
Valid values: ``true``, ``false``
148+
Valid values: `true`, `false`
149149

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

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

223-
* [`name`](#name)
224-
* [`provider`](#provider)
225-
* [`purge`](#purge)
226-
* [`target`](#target)
227-
* [`target_type`](#target_type)
223+
* [`name`](#-acl--name)
224+
* [`provider`](#-acl--provider)
225+
* [`purge`](#-acl--purge)
226+
* [`target`](#-acl--target)
227+
* [`target_type`](#-acl--target_type)
228228

229-
##### <a name="name"></a>`name`
229+
##### <a name="-acl--name"></a>`name`
230230

231231
namevar
232232

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

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

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

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

243-
Valid values: ``true``, ``false``, `listed_permissions`
243+
Valid values: `true`, `false`, `listed_permissions`
244244

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

255-
Default value: ``false``
255+
Default value: `false`
256256

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

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

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

265265
Valid values: `file`
266266

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-acl",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"author": "puppetlabs",
55
"summary": "This module provides the ability to manage ACLs on nodes",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)