Skip to content

Commit db3a47d

Browse files
authored
Merge pull request #480 from puppetlabs/release-prep
Release prep v8.1.1
2 parents d53cfa1 + 45809e1 commit db3a47d

File tree

3 files changed

+61
-96
lines changed

3 files changed

+61
-96
lines changed

CHANGELOG.md

Lines changed: 29 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8+
## [v8.1.1](https://github.com/puppetlabs/puppetlabs-accounts/tree/v8.1.1) - 2024-03-26
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v8.1.0...v8.1.1)
11+
12+
### Fixed
13+
14+
- Accounts::User::Resource: Fix duplicate key `name` [#477](https://github.com/puppetlabs/puppetlabs-accounts/pull/477) ([Ramesh7](https://github.com/Ramesh7))
15+
816
## [v8.1.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/v8.1.0) - 2023-06-19
917

1018
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v8.0.0...v8.1.0)
@@ -159,13 +167,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
159167

160168
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v5.0.0...v6.0.0)
161169

170+
### Changed
171+
- pdksync - FM-8499 - remove ubuntu14 support [#277](https://github.com/puppetlabs/puppetlabs-accounts/pull/277) ([lionce](https://github.com/lionce))
172+
162173
### Added
163174

164175
- (FM-8671) - Support added for CentOS 8 [#278](https://github.com/puppetlabs/puppetlabs-accounts/pull/278) ([david22swan](https://github.com/david22swan))
165176

166-
### Changed
167-
- pdksync - FM-8499 - remove ubuntu14 support [#277](https://github.com/puppetlabs/puppetlabs-accounts/pull/277) ([lionce](https://github.com/lionce))
168-
169177
### Fixed
170178

171179
- fix small typo on the root_home key at Debian.yaml [#260](https://github.com/puppetlabs/puppetlabs-accounts/pull/260) ([wandenberg](https://github.com/wandenberg))
@@ -175,13 +183,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
175183

176184
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v4.2.0...v5.0.0)
177185

186+
### Changed
187+
- (MODULES-9712) Move data into hiera. [#241](https://github.com/puppetlabs/puppetlabs-accounts/pull/241) ([pillarsdotnet](https://github.com/pillarsdotnet))
188+
178189
### Added
179190

180191
- (FM-8392) Add debian 10 to provision.yaml [#251](https://github.com/puppetlabs/puppetlabs-accounts/pull/251) ([ThoughtCrhyme](https://github.com/ThoughtCrhyme))
181192

182-
### Changed
183-
- (MODULES-9712) Move data into hiera. [#241](https://github.com/puppetlabs/puppetlabs-accounts/pull/241) ([pillarsdotnet](https://github.com/pillarsdotnet))
184-
185193
### Fixed
186194

187195
- (MODULES-9849) wrong order when removing user with custom sshkey file [#250](https://github.com/puppetlabs/puppetlabs-accounts/pull/250) ([tuxmea](https://github.com/tuxmea))
@@ -260,6 +268,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
260268

261269
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/2.0.0...3.0.0)
262270

271+
### Changed
272+
- Adding ability to specify custom ssh_key location [#149](https://github.com/puppetlabs/puppetlabs-accounts/pull/149) ([ggeldenhuis](https://github.com/ggeldenhuis))
273+
263274
### Added
264275

265276
- (MODULES-7687) - Added Darwin compatibility [#167](https://github.com/puppetlabs/puppetlabs-accounts/pull/167) ([eimlav](https://github.com/eimlav))
@@ -269,9 +280,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
269280
- (MODULES-7671) - Support spaces in ssh key options [#153](https://github.com/puppetlabs/puppetlabs-accounts/pull/153) ([dleske](https://github.com/dleske))
270281
- (FM-7254) - Addition of support for Ubuntu 18.04 [#150](https://github.com/puppetlabs/puppetlabs-accounts/pull/150) ([david22swan](https://github.com/david22swan))
271282

272-
### Changed
273-
- Adding ability to specify custom ssh_key location [#149](https://github.com/puppetlabs/puppetlabs-accounts/pull/149) ([ggeldenhuis](https://github.com/ggeldenhuis))
274-
275283
### Fixed
276284

277285
- pdksync - (MODULES-7658) use beaker4 in puppet-module-gems [#170](https://github.com/puppetlabs/puppetlabs-accounts/pull/170) ([tphoney](https://github.com/tphoney))
@@ -281,116 +289,55 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
281289

282290
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/1.3.0...2.0.0)
283291

284-
### Added
285-
286-
- Add expiry property to user resource. [#145](https://github.com/puppetlabs/puppetlabs-accounts/pull/145) ([jonnytdevops](https://github.com/jonnytdevops))
287-
- (FM-7052) - Addition of Debian 9 support to accounts [#144](https://github.com/puppetlabs/puppetlabs-accounts/pull/144) ([david22swan](https://github.com/david22swan))
288-
289292
### Changed
290293
- [FM-6969] Removal of unsupported OS from accounts [#143](https://github.com/puppetlabs/puppetlabs-accounts/pull/143) ([david22swan](https://github.com/david22swan))
291294

292-
### Other
295+
### Added
293296

294-
- pdksync - Update using 1.5.0 [#142](https://github.com/puppetlabs/puppetlabs-accounts/pull/142) ([HelenCampbell](https://github.com/HelenCampbell))
295-
- pdksync - Update using 1.5.0 [#136](https://github.com/puppetlabs/puppetlabs-accounts/pull/136) ([HelenCampbell](https://github.com/HelenCampbell))
296-
- (MODULES-7153) - Unmanage gitlab-ci.yml [#135](https://github.com/puppetlabs/puppetlabs-accounts/pull/135) ([pmcmaw](https://github.com/pmcmaw))
297-
- (MODULES-7023) - Removing duplication in .sync.yml [#134](https://github.com/puppetlabs/puppetlabs-accounts/pull/134) ([pmcmaw](https://github.com/pmcmaw))
298-
- (maint) - PDK Update Accounts [#131](https://github.com/puppetlabs/puppetlabs-accounts/pull/131) ([pmcmaw](https://github.com/pmcmaw))
297+
- Add expiry property to user resource. [#145](https://github.com/puppetlabs/puppetlabs-accounts/pull/145) ([jonnytdevops](https://github.com/jonnytdevops))
298+
- (FM-7052) - Addition of Debian 9 support to accounts [#144](https://github.com/puppetlabs/puppetlabs-accounts/pull/144) ([david22swan](https://github.com/david22swan))
299299
- Allow sshkeys to be reused for multiple accounts [#130](https://github.com/puppetlabs/puppetlabs-accounts/pull/130) ([jcharaoui](https://github.com/jcharaoui))
300-
- (MODULES-6607) - Update docs to reflect correct default value for ignore_password_if_empty. [#129](https://github.com/puppetlabs/puppetlabs-accounts/pull/129) ([pmcmaw](https://github.com/pmcmaw))
301-
- Release merge back 1.3.0 [#127](https://github.com/puppetlabs/puppetlabs-accounts/pull/127) ([pmcmaw](https://github.com/pmcmaw))
302300
- Allow mode for homedir to be undef [#126](https://github.com/puppetlabs/puppetlabs-accounts/pull/126) ([arjenz](https://github.com/arjenz))
303301

304302
## [1.3.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/1.3.0) - 2018-01-22
305303

306304
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/1.2.1...1.3.0)
307305

308-
### Other
306+
### Fixed
309307

310-
- Release Prep 1.3.0 [#125](https://github.com/puppetlabs/puppetlabs-accounts/pull/125) ([pmcmaw](https://github.com/pmcmaw))
311-
- (MODULES-6328) - PDK Convert accounts [#124](https://github.com/puppetlabs/puppetlabs-accounts/pull/124) ([pmcmaw](https://github.com/pmcmaw))
312308
- Don't create accounts::home_dir resources [#123](https://github.com/puppetlabs/puppetlabs-accounts/pull/123) ([arjenz](https://github.com/arjenz))
313-
- (maint) modulesync 65530a4 Update Travis [#122](https://github.com/puppetlabs/puppetlabs-accounts/pull/122) ([michaeltlombardi](https://github.com/michaeltlombardi))
314-
- (maint) - modulesync 384f4c1 [#121](https://github.com/puppetlabs/puppetlabs-accounts/pull/121) ([tphoney](https://github.com/tphoney))
315-
- (FM-6634) - Addressing Rubocop errors [#120](https://github.com/puppetlabs/puppetlabs-accounts/pull/120) ([pmcmaw](https://github.com/pmcmaw))
316-
- Release merge back 1.2.1 [#118](https://github.com/puppetlabs/puppetlabs-accounts/pull/118) ([pmcmaw](https://github.com/pmcmaw))
317309

318310
## [1.2.1](https://github.com/puppetlabs/puppetlabs-accounts/tree/1.2.1) - 2017-11-20
319311

320312
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/1.2.0...1.2.1)
321313

322-
### Other
323-
324-
- (maint) - modulesync 1d81b6a [#117](https://github.com/puppetlabs/puppetlabs-accounts/pull/117) ([pmcmaw](https://github.com/pmcmaw))
325-
- (maint) fix up the .sync.yml [#116](https://github.com/puppetlabs/puppetlabs-accounts/pull/116) ([tphoney](https://github.com/tphoney))
326-
- Release prep for 1.2.1 [#115](https://github.com/puppetlabs/puppetlabs-accounts/pull/115) ([willmeek](https://github.com/willmeek))
327-
- Cleanup ruby code via rubocop [#114](https://github.com/puppetlabs/puppetlabs-accounts/pull/114) ([willmeek](https://github.com/willmeek))
328-
- Release mergeback 1.2.0 [#113](https://github.com/puppetlabs/puppetlabs-accounts/pull/113) ([pmcmaw](https://github.com/pmcmaw))
329-
330314
## [1.2.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/1.2.0) - 2017-11-14
331315

332316
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/1.1.0...1.2.0)
333317

334318
### Added
335319

336320
- Support ssh authorized key options [#110](https://github.com/puppetlabs/puppetlabs-accounts/pull/110) ([rgevaert](https://github.com/rgevaert))
321+
- Group name [#85](https://github.com/puppetlabs/puppetlabs-accounts/pull/85) ([wpowell-ossg](https://github.com/wpowell-ossg))
322+
- added option to set system user or group [#82](https://github.com/puppetlabs/puppetlabs-accounts/pull/82) ([netman2k](https://github.com/netman2k))
323+
- Added the option to create or not a group with the user name [#81](https://github.com/puppetlabs/puppetlabs-accounts/pull/81) ([jsanvall](https://github.com/jsanvall))
324+
- Allow the use of the `source` param for bash files. [#74](https://github.com/puppetlabs/puppetlabs-accounts/pull/74) ([MG2R](https://github.com/MG2R))
325+
- Allow duplicate keys to be associated with multiple accounts. [#54](https://github.com/puppetlabs/puppetlabs-accounts/pull/54) ([ian-d](https://github.com/ian-d))
337326

338-
### Other
327+
### Fixed
339328

340-
- minor fixups in README [#112](https://github.com/puppetlabs/puppetlabs-accounts/pull/112) ([jbondpdx](https://github.com/jbondpdx))
341-
- Further 1.2.0 Release Prep [#111](https://github.com/puppetlabs/puppetlabs-accounts/pull/111) ([willmeek](https://github.com/willmeek))
342-
- MODULES-5600 Add support for .forward [#109](https://github.com/puppetlabs/puppetlabs-accounts/pull/109) ([rgevaert](https://github.com/rgevaert))
343-
- 1.2.0 Release Prep [#108](https://github.com/puppetlabs/puppetlabs-accounts/pull/108) ([willmeek](https://github.com/willmeek))
344-
- Update group acceptance tests for SLES and Solaris [#106](https://github.com/puppetlabs/puppetlabs-accounts/pull/106) ([willmeek](https://github.com/willmeek))
345329
- Skips password check test on Solaris [#105](https://github.com/puppetlabs/puppetlabs-accounts/pull/105) ([willmeek](https://github.com/willmeek))
346330
- (MODULES-5778) Set operatingsystem fact in specs [#104](https://github.com/puppetlabs/puppetlabs-accounts/pull/104) ([rodjek](https://github.com/rodjek))
347-
- Group dependency tests [#103](https://github.com/puppetlabs/puppetlabs-accounts/pull/103) ([willmeek](https://github.com/willmeek))
348-
- Empty password test [#102](https://github.com/puppetlabs/puppetlabs-accounts/pull/102) ([willmeek](https://github.com/willmeek))
349-
- remove whitespace from EOL [#100](https://github.com/puppetlabs/puppetlabs-accounts/pull/100) ([tphoney](https://github.com/tphoney))
350-
- (maint) modulesync 892c4cf [#98](https://github.com/puppetlabs/puppetlabs-accounts/pull/98) ([HAIL9000](https://github.com/HAIL9000))
351-
- (maint) - Removing Ubuntu 12.04 [#96](https://github.com/puppetlabs/puppetlabs-accounts/pull/96) ([pmcmaw](https://github.com/pmcmaw))
352-
- (maint) modulesync 915cde70e20 [#94](https://github.com/puppetlabs/puppetlabs-accounts/pull/94) ([glennsarti](https://github.com/glennsarti))
353-
- (MODULES-5187) mysnc puppet 5 and ruby 2.4 [#92](https://github.com/puppetlabs/puppetlabs-accounts/pull/92) ([eputnam](https://github.com/eputnam))
354-
- (MODULES-5199) Prep for puppet 5 [#90](https://github.com/puppetlabs/puppetlabs-accounts/pull/90) ([hunner](https://github.com/hunner))
355331
- Update Puppet version compatibility [#87](https://github.com/puppetlabs/puppetlabs-accounts/pull/87) ([HelenCampbell](https://github.com/HelenCampbell))
356-
- Group name [#85](https://github.com/puppetlabs/puppetlabs-accounts/pull/85) ([wpowell-ossg](https://github.com/wpowell-ossg))
357-
- [msync] 786266 Implement puppet-module-gems, a45803 Remove metadata.json from locales config [#84](https://github.com/puppetlabs/puppetlabs-accounts/pull/84) ([wilson208](https://github.com/wilson208))
358-
- [MODULES-4528] Replace Puppet.version.to_f version comparison from spec_helper.rb [#83](https://github.com/puppetlabs/puppetlabs-accounts/pull/83) ([wilson208](https://github.com/wilson208))
359-
- added option to set system user or group [#82](https://github.com/puppetlabs/puppetlabs-accounts/pull/82) ([netman2k](https://github.com/netman2k))
360-
- Added the option to create or not a group with the user name [#81](https://github.com/puppetlabs/puppetlabs-accounts/pull/81) ([jsanvall](https://github.com/jsanvall))
361-
- [MODULES-4224] Implement beaker-module_install_helper [#79](https://github.com/puppetlabs/puppetlabs-accounts/pull/79) ([wilson208](https://github.com/wilson208))
362-
- (MODULES-4098) Sync the rest of the files [#78](https://github.com/puppetlabs/puppetlabs-accounts/pull/78) ([hunner](https://github.com/hunner))
363-
- (FM-5972) gettext and spec.opts [#77](https://github.com/puppetlabs/puppetlabs-accounts/pull/77) ([eputnam](https://github.com/eputnam))
364-
- (MODULES-3631) msync Gemfile for 1.9 frozen strings [#76](https://github.com/puppetlabs/puppetlabs-accounts/pull/76) ([hunner](https://github.com/hunner))
365332
- Revert "Allow duplicate keys to be associated with multiple accounts." [#75](https://github.com/puppetlabs/puppetlabs-accounts/pull/75) ([eputnam](https://github.com/eputnam))
366-
- Allow the use of the `source` param for bash files. [#74](https://github.com/puppetlabs/puppetlabs-accounts/pull/74) ([MG2R](https://github.com/MG2R))
367-
- (MODULES-3983) Update parallel_tests for ruby 2.0.0 [#72](https://github.com/puppetlabs/puppetlabs-accounts/pull/72) ([pmcmaw](https://github.com/pmcmaw))
368-
- (MODULES-3704) Update gemfile template like windows [#71](https://github.com/puppetlabs/puppetlabs-accounts/pull/71) ([hunner](https://github.com/hunner))
369-
- Update modulesync_config [51f469d] [#70](https://github.com/puppetlabs/puppetlabs-accounts/pull/70) ([DavidS](https://github.com/DavidS))
370-
- Release mergeback [#69](https://github.com/puppetlabs/puppetlabs-accounts/pull/69) ([HelenCampbell](https://github.com/HelenCampbell))
371-
- the simple usage example has some erros [#63](https://github.com/puppetlabs/puppetlabs-accounts/pull/63) ([roock](https://github.com/roock))
372-
- Allow duplicate keys to be associated with multiple accounts. [#54](https://github.com/puppetlabs/puppetlabs-accounts/pull/54) ([ian-d](https://github.com/ian-d))
373333

374334
## [1.1.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/1.1.0) - 2016-09-20
375335

376336
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/1.0.0...1.1.0)
377337

378-
### Other
379-
380-
- 1.1.0 Release Prep [#68](https://github.com/puppetlabs/puppetlabs-accounts/pull/68) ([HelenCampbell](https://github.com/HelenCampbell))
381-
- Update modulesync_config [a3fe424] [#65](https://github.com/puppetlabs/puppetlabs-accounts/pull/65) ([DavidS](https://github.com/DavidS))
382-
- Update modulesync_config [0d59329] [#64](https://github.com/puppetlabs/puppetlabs-accounts/pull/64) ([DavidS](https://github.com/DavidS))
383-
- (MAINT) Update for modulesync_config 72d19f184 [#62](https://github.com/puppetlabs/puppetlabs-accounts/pull/62) ([DavidS](https://github.com/DavidS))
384-
- (maint) modulesync f6e2070 [#60](https://github.com/puppetlabs/puppetlabs-accounts/pull/60) ([tphoney](https://github.com/tphoney))
385-
- (MODULES-3560) fixing tests [#59](https://github.com/puppetlabs/puppetlabs-accounts/pull/59) ([tphoney](https://github.com/tphoney))
386-
- Adding osfamily fact to tests. [#55](https://github.com/puppetlabs/puppetlabs-accounts/pull/55) ([ian-d](https://github.com/ian-d))
387-
- Addition of Debian 8 compatibility in metadata [#49](https://github.com/puppetlabs/puppetlabs-accounts/pull/49) ([HelenCampbell](https://github.com/HelenCampbell))
388-
- This isn't needed with BPIH 0.4.2 [#48](https://github.com/puppetlabs/puppetlabs-accounts/pull/48) ([hunner](https://github.com/hunner))
389-
- Unpin rspec-puppet [#47](https://github.com/puppetlabs/puppetlabs-accounts/pull/47) ([hunner](https://github.com/hunner))
390-
- 1.0.x [#45](https://github.com/puppetlabs/puppetlabs-accounts/pull/45) ([hunner](https://github.com/hunner))
391-
- Edited readme file. [#44](https://github.com/puppetlabs/puppetlabs-accounts/pull/44) ([mindymo](https://github.com/mindymo))
338+
### Added
339+
392340
- Allow non-managed SSH keys to be purged from user. [#42](https://github.com/puppetlabs/puppetlabs-accounts/pull/42) ([ian-d](https://github.com/ian-d))
393-
- 1.0.x mergeback [#40](https://github.com/puppetlabs/puppetlabs-accounts/pull/40) ([bmjen](https://github.com/bmjen))
394341

395342
## [1.0.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/1.0.0) - 2015-12-08
396343

REFERENCE.md

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ homedir, .ssh/authorized_keys files, and directories.
2626

2727
* [`accounts_ssh_authorized_keys_line_parser`](#accounts_ssh_authorized_keys_line_parser): Parse an ssh authorized_keys line string into an array using its expected pattern by using a combination of regex matching and extracting the
2828
* [`accounts_ssh_options_parser`](#accounts_ssh_options_parser): Parse an ssh authorized_keys option string into an array using its expected pattern which matches a crazy regex slightly modified from shell
29+
* [`user_password`](#user_password)
2930

3031
### Data types
3132

@@ -619,6 +620,24 @@ Data type: `String`
619620

620621
ssh authorized_keys option string
621622

623+
### <a name="user_password"></a>`user_password`
624+
625+
Type: Ruby 4.x API
626+
627+
The user_password function.
628+
629+
#### `user_password(Variant[Sensitive[String], String] $password)`
630+
631+
The user_password function.
632+
633+
Returns: `Variant[Sensitive[String], String]`
634+
635+
##### `password`
636+
637+
Data type: `Variant[Sensitive[String], String]`
638+
639+
640+
622641
## Data types
623642

624643
### <a name="Accounts--Group--Hash"></a>`Accounts::Group::Hash`
@@ -697,7 +716,7 @@ Max password age.
697716
On most systems, the default value of 99999 is about 274 years, which
698717
effectively disables password aging.
699718

700-
Alias of `Integer[1, 99999]`
719+
Alias of `Integer[-1, 99999]`
701720

702721
### <a name="Accounts--User--Resource"></a>`Accounts::User::Resource`
703722

@@ -731,7 +750,6 @@ Struct[{ Optional[ensure] => Enum['absent','present'],
731750
Optional[managehome] => Boolean,
732751
Optional[managevim] => Boolean,
733752
Optional[membership] => Enum['inclusive','minimum'],
734-
Optional[name] => Accounts::User::Name,
735753
Optional[password] => String,
736754
Optional[password_max_age] => Accounts::User::PasswordMaxAge,
737755
Optional[purge_sshkeys] => Boolean,
@@ -756,17 +774,17 @@ Alias of
756774

757775
```puppet
758776
Variant[Integer[0,4294967295], Pattern[/\A0\z/,
759-
/\A[1-3]\d{0,9}\z/,
760-
/\A[4-9]\d{0,8}\z/,
761-
/\A4[0-1]\d{8}\z/,
762-
/\A42[0-8]\d{7}\z/,
763-
/\A429[0-3]\d{6}\z/,
764-
/\A4294[0-8]\d{5}\z/,
765-
/\A42949[0-5]\d{4}\z/,
766-
/\A429496[0-6]\d{3}\z/,
767-
/\A4294967[0-1]\d{2}\z/,
768-
/\A42949672[0-8]\d\z/,
769-
/\A429496729[0-5]\z/,
777+
/\A[1-3]\d{0,9}\z/,
778+
/\A[4-9]\d{0,8}\z/,
779+
/\A4[0-1]\d{8}\z/,
780+
/\A42[0-8]\d{7}\z/,
781+
/\A429[0-3]\d{6}\z/,
782+
/\A4294[0-8]\d{5}\z/,
783+
/\A42949[0-5]\d{4}\z/,
784+
/\A429496[0-6]\d{3}\z/,
785+
/\A4294967[0-1]\d{2}\z/,
786+
/\A42949672[0-8]\d\z/,
787+
/\A429496729[0-5]\z/,
770788
]]
771789
```
772790

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-accounts",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"author": "puppetlabs",
55
"summary": "Account management module.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)